Skip to content

Commit d846a5b

Browse files
author
Alexej Yaroshevich
committed
tests: fix linting directories to lib and test
1 parent 9ef4bcb commit d846a5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"jscs": ">=1.3.0 <2.0"
3636
},
3737
"scripts": {
38-
"lint": "jshint . && jscs lib test",
38+
"lint": "jshint lib test && jscs lib test",
3939
"test": "npm run lint && mocha",
4040
"browserify": "browserify --standalone JscsPluginJsdoc lib/index.js -o jscs-jsdoc-browser.js"
4141
},

0 commit comments

Comments
 (0)