Skip to content

Commit

Permalink
infra(*): use a fixed version of eslint-plugin-react until a bug is f…
Browse files Browse the repository at this point in the history
…ixed

see jsx-eslint/eslint-plugin-react#1118 for details
  • Loading branch information
evgenykochetkov committed Mar 20, 2017
1 parent a3a8543 commit 5a71503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"eslint-import-resolver-webpack": "^0.6.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"eslint-plugin-react": "6.10.0",
"eslint-plugin-xod-fp": "^0.1.1",
"exports-loader": "^0.6.3",
"file-loader": "^0.9.0",
Expand Down

0 comments on commit 5a71503

Please sign in to comment.