Use eslint for everything
eslint is much more powerful and flexible than jshint, and we don't want to promote writing new projects with pre-ES6 code. As a side effect, this also avoids downloading PhantomJS (see https://github.com/jshint/jshint/issues/3318), thereby cutting down node_modules/ from 470 MB to 210 MB.
This commit is contained in:
parent
da06135330
commit
3922333029
4 changed files with 1 additions and 11 deletions
|
|
@ -24,8 +24,6 @@
|
|||
"extract-text-webpack-plugin": "^2.1.0",
|
||||
"htmlparser": "^1.7.7",
|
||||
"jed": "^1.1.1",
|
||||
"jshint": "~2.9.1",
|
||||
"jshint-loader": "~0.8.3",
|
||||
"po2json": "^0.4.5",
|
||||
"sass-loader": "^7.0.3",
|
||||
"sizzle": "^2.3.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue