Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Misc: divide lint commands
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Apr 13, 2016
1 parent df355fa commit 16d861e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -125,7 +125,9 @@
]
},
"scripts": {
"lint": "jshint . && node bin/jscs lib test bin publish",
"lint": "npm run jshint && npm run jscs",
"jshint": "jshint .",
"jscs": "node bin/jscs lib test bin publish",
"pretest": "npm run lint",
"test": "mocha --color",
"watch": "mocha --color --watch",
Expand Down

0 comments on commit 16d861e

Please sign in to comment.