Skip to content

Commit

Permalink
[Dev Deps] remove unused eccheck script + dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 29, 2016
1 parent 064520a commit 00c7167
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
"posttest": "npm run --silent security",
"coverage": "covert test/*.js",
"coverage-quiet": "covert test/*.js --quiet",
"lint": "npm run jscs && npm run eslint",
"lint": "npm run --silent jscs && npm run --silent eslint",
"jscs": "jscs test/*.js *.js",
"eslint": "eslint test/*.js *.js",
"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
"security": "nsp check"
},
"repository": {
Expand All @@ -38,7 +37,6 @@
"jscs": "^2.11.0",
"eslint": "^2.5.3",
"@ljharb/eslint-config": "^2.2.0",
"editorconfig-tools": "^0.1.1",
"nsp": "^2.2.2"
},
"testling": {
Expand Down

0 comments on commit 00c7167

Please sign in to comment.