Skip to content

Commit 4f475f9

Browse files
committed
Fix eslint-plugin-react version
because of jsx-eslint/eslint-plugin-react@f817e37 which has not been reflected in `eslint-plugin-airbnb`
1 parent 0b629b0 commit 4f475f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint-plugin-babel": "^2.0.0",
6060
"eslint-plugin-lodash": "^0.1.3",
6161
"eslint-plugin-mocha": "^0.5.1",
62-
"eslint-plugin-react": "^3.1.0",
62+
"eslint-plugin-react": "3.3.2",
6363
"express": "^4.13.1",
6464
"extract-text-webpack-plugin": "^0.8.2",
6565
"file-loader": "^0.8.4",

0 commit comments

Comments
 (0)