Skip to content

Commit

Permalink
Downgrade eslint modules to support node v4.x
Browse files Browse the repository at this point in the history
- While waiting for the airbnb/javascript#978,
  we can't really upgrade to eslint 3.x
  • Loading branch information
Olaf0703 committed Aug 22, 2016
1 parent ac8ede5 commit d66ad33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
},
"homepage": "https://github.com/lvarayut/relay-fullstack",
"devDependencies": {
"eslint": "^3.3.1",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-import": "^1.9.2",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2",
"favicons-webpack-plugin": "0.0.6",
"nodemon": "^1.10.2",
Expand Down

0 comments on commit d66ad33

Please sign in to comment.