mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-12 03:45:58 +08:00
* Update eslint-plugin-react and enable new rules New rules: * `react/no-danger-with-children` (yannickcr/eslint-plugin-react#710) * `react/no-find-dom-node` (yannickcr/eslint-plugin-react#678) * `react/style-prop-object` (yannickcr/eslint-plugin-react#715) * Remove react/no-find-dom-node for now
22 lines
568 B
JSON
22 lines
568 B
JSON
{
|
|
"name": "eslint-config-react-app",
|
|
"version": "0.1.0",
|
|
"description": "ESLint configuration used by Create React App",
|
|
"repository": "facebookincubator/create-react-app",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/facebookincubator/create-react-app/issues"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"peerDependencies": {
|
|
"babel-eslint": "6.1.2",
|
|
"eslint": "3.5.0",
|
|
"eslint-plugin-flowtype": "2.18.1",
|
|
"eslint-plugin-import": "1.12.0",
|
|
"eslint-plugin-jsx-a11y": "2.2.2",
|
|
"eslint-plugin-react": "6.3.0"
|
|
}
|
|
}
|