Merge pull request #1108 from bgrozev/restrict-eslint-versions

chore: Only uses jslint 3+
This commit is contained in:
yanas 2016-11-10 14:45:29 -06:00 committed by GitHub
commit a67c5a8dc7
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
"babel-preset-es2015": "6.14.0",
"clean-css": "*",
"css-loader": "*",
"eslint": "*",
"eslint": ">=3",
"eslint-plugin-jsdoc": "*",
"eslint-plugin-react": "*",
"eslint-plugin-react-native": "*",