Skip to content

Commit

Permalink
Extend JSCS to tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Jan 18, 2015
1 parent 57b0ce8 commit e035ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,7 +58,7 @@

"lint": "npm run check-version && npm run eslint && npm run jscs && npm run complexity",
"check-version": "node tools/check-version.js",
"jscs": "jscs esprima.js",
"jscs": "jscs esprima.js test/*test.js",
"eslint": "node node_modules/eslint/bin/eslint.js esprima.js",
"complexity": "node tools/list-complexity.js && cr -s -l -w --maxcyc 18 esprima.js",

Expand Down

0 comments on commit e035ec9

Please sign in to comment.