Skip to content
This repository was archived by the owner on Dec 3, 2018. It is now read-only.

Commit 1354583

Browse files
fsongaearon
authored andcommitted
Update eslint-plugin-react and enable new rules (#696)
* Update eslint-plugin-react and enable new rules New rules: * `react/no-danger-with-children` (jsx-eslint/eslint-plugin-react#710) * `react/no-find-dom-node` (jsx-eslint/eslint-plugin-react#678) * `react/style-prop-object` (jsx-eslint/eslint-plugin-react#715) * Remove react/no-find-dom-node for now
1 parent 2e6bcc2 commit 1354583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint-plugin-flowtype": "2.18.1",
4747
"eslint-plugin-import": "1.12.0",
4848
"eslint-plugin-jsx-a11y": "2.2.2",
49-
"eslint-plugin-react": "5.2.2",
49+
"eslint-plugin-react": "6.3.0",
5050
"extract-text-webpack-plugin": "1.0.1",
5151
"file-loader": "0.9.0",
5252
"filesize": "3.3.0",

0 commit comments

Comments
 (0)