Skip to content

Commit aaab3bf

Browse files
committed
Pin eslint-plugin-react to <6.10.1
Works around jsx-eslint/eslint-plugin-react#1117.
1 parent 3af1f4b commit aaab3bf

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
@@ -98,7 +98,7 @@
9898
"enzyme": "^2.5.1",
9999
"eslint": "^3.8.1",
100100
"eslint-plugin-mocha": "^4.8.0",
101-
"eslint-plugin-react": "^6.4.1",
101+
"eslint-plugin-react": "^6.4.1 <6.10.1",
102102
"expect": "^1.20.2",
103103
"extract-text-webpack-plugin": "^1.0.1",
104104
"file-loader": "^0.9.0",

0 commit comments

Comments
 (0)