Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Commit

Permalink
Fix eslint-plugin-react version
Browse files Browse the repository at this point in the history
It seems 6.10.1-2 has the bug, so temporarily fix the version (jsx-eslint/eslint-plugin-react#1117)
  • Loading branch information
ks888 committed Mar 20, 2017
1 parent 9dbfde7 commit 5e6620a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions packages/frontend/.eslintrc
Expand Up @@ -2,12 +2,14 @@
"parser" : "babel-eslint",
"extends" : [
"standard",
"standard-react"
"standard-react",
"standard-jsx"
],
"plugins": [
"babel",
"react",
"promise"
"promise",
"standard"
],
"env" : {
"browser" : true
Expand Down
5 changes: 3 additions & 2 deletions packages/frontend/package.json
Expand Up @@ -138,11 +138,12 @@
"enzyme": "^2.0.0",
"eslint": "^3.0.1",
"eslint-config-standard": "^5.1.0",
"eslint-config-standard-jsx": "^3.3.0",
"eslint-config-standard-react": "^3.0.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-promise": "^2.0.0",
"eslint-plugin-react": "^6.0.0",
"eslint-plugin-standard": "^2.0.0",
"eslint-plugin-react": "6.10.0",
"eslint-plugin-standard": "^2.1.1",
"fetch-mock": "^5.5.0",
"isparta-loader": "^2.0.0",
"karma": "^1.0.0",
Expand Down

0 comments on commit 5e6620a

Please sign in to comment.