Use shareable netlify eslint config.

This commit is contained in:
Andrey Okonetchnikov
2016-10-06 12:07:45 +02:00
parent a923cfd730
commit 9c7c5360e6
2 changed files with 7 additions and 117 deletions

View File

@ -41,7 +41,6 @@
"@kadira/storybook": "^1.36.0",
"autoprefixer": "^6.3.3",
"babel-core": "^6.5.1",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.2",
"babel-plugin-lodash": "^3.2.0",
"babel-plugin-transform-class-properties": "^6.5.2",
@ -51,9 +50,8 @@
"babel-preset-react": "^6.5.0",
"babel-runtime": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^3.5.0",
"eslint-plugin-class-property": "^1.0.1",
"eslint-plugin-react": "^6.3.0",
"eslint": "^3.7.1",
"eslint-config-netlify": "github:netlify/netlify-eslint",
"expect": "^1.20.2",
"exports-loader": "^0.6.3",
"file-loader": "^0.8.5",