Skip to content

Commit

Permalink
Don't run eccheck as part of tests yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 15, 2014
1 parent 7d5e297 commit c8fe96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "npm run lint && node --harmony test/index.js && npm run security",
"coverage": "covert test/*.js",
"coverage-quiet": "covert test/*.js --quiet",
"lint": "jscs test/*.js *.js && npm run eccheck",
"lint": "jscs test/*.js *.js",
"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
"security": "nsp package"
},
Expand Down

0 comments on commit c8fe96d

Please sign in to comment.