Skip to content

Commit 684dbc6

Browse files
authored
Merge pull request webpack#3339 from Kovensky/remove-eclint
Disable and remove eclint
2 parents 49f0897 + 8dfded5 commit 684dbc6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"coffee-script": "^1.10.0",
3535
"coveralls": "^2.11.2",
3636
"css-loader": "~0.25.0",
37-
"eclint": "^1.1.5",
3837
"es6-promise-polyfill": "^1.1.1",
3938
"eslint": "^1.1.0",
4039
"express": "~4.13.1",
@@ -89,9 +88,8 @@
8988
"build:examples": "cd examples && node buildAll.js",
9089
"pretest": "npm run lint-files",
9190
"postcover": "npm run lint-files && npm run nsp",
92-
"lint-files": "npm run lint && npm run beautify-lint && npm run lint-file-standard",
91+
"lint-files": "npm run lint && npm run beautify-lint",
9392
"lint": "eslint lib bin hot",
94-
"lint-file-standard": "eclint check lib/**/*.js hot/*.js bin/*.js benchmark/*.js test/*.js",
9593
"beautify-lint": "beautify-lint lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js",
9694
"nsp": "nsp check --output summary",
9795
"cover": "istanbul cover -x '**/*.runtime.js' node_modules/mocha/bin/_mocha",

0 commit comments

Comments
 (0)