mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-12 11:51:04 +08:00
Update eslint-plugin-react and enable new rules (#696)
* 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
This commit is contained in:
committed by
Dan Abramov
parent
d2128b62f0
commit
2ed2b59a69
@@ -46,7 +46,7 @@
|
||||
"eslint-plugin-flowtype": "2.18.1",
|
||||
"eslint-plugin-import": "1.12.0",
|
||||
"eslint-plugin-jsx-a11y": "2.2.2",
|
||||
"eslint-plugin-react": "5.2.2",
|
||||
"eslint-plugin-react": "6.3.0",
|
||||
"extract-text-webpack-plugin": "1.0.1",
|
||||
"file-loader": "0.9.0",
|
||||
"filesize": "3.3.0",
|
||||
|
||||
Reference in New Issue
Block a user