Integrate eslint with webpack. Adds a couple seconds to initial build, but...
Integrate eslint with webpack. Adds a couple seconds to initial build, but negligible time to incremental (watch) builds
... | ... | @@ -46,6 +46,7 @@ |
"css-loader": "^0.14.4", | ||
"cssnext-loader": "^1.0.1", | ||
"eslint": "^0.22.1", | ||
"eslint-loader": "^0.12.0", | ||
"eslint-plugin-react": "^2.5.0", | ||
"extract-text-webpack-plugin": "^0.8.1", | ||
"glob": "^5.0.10", | ||
... | ... |
Please register or sign in to comment