Skip to content
This repository was archived by the owner on Jun 11, 2020. It is now read-only.

Commit 9d2ebf5

Browse files
authored
Pin eslint-plugin-react to <6.10.1 (#519)
Works around jsx-eslint/eslint-plugin-react#1117.
1 parent f9044c0 commit 9d2ebf5

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)