Skip to content

Commit

Permalink
babel-eslint isn't currently compatible with ESLint 2.3.x. The recomm…
Browse files Browse the repository at this point in the history
…endation is to pin to ESLint 2.2.x right now.
  • Loading branch information
cheton committed Mar 13, 2016
1 parent d027c42 commit 7f534e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"babel-preset-stage-0": "^6.5.0",
"coveralls": "^2.11.4",
"del": "^1.1.1",
"eslint": "^2.2.0",
"eslint": "~2.2.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-react": "^4.2.1",
"gulp": "^3.9.0",
Expand Down

0 comments on commit 7f534e8

Please sign in to comment.