Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
set eslint version to "~2.2.0" there was a bug in babel-eslint
Browse files Browse the repository at this point in the history
when you install eslint v2.3.0
eslint/eslint#5476
  • Loading branch information
RusAlex committed Mar 6, 2016
1 parent 500924e commit 9b923cd
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 @@ -104,7 +104,7 @@
"cookie": "^0.2.3",
"css-loader": "^0.23.1",
"csv": "^0.4.6",
"eslint": "^2.2.0",
"eslint": "~2.2.0",
"eslint-plugin-react": "^4.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"faker": "^3.0.1",
Expand Down

0 comments on commit 9b923cd

Please sign in to comment.