Skip to content

Commit 0480357

Browse files
committed
Fix linting for lib/ directory
1 parent c38fef6 commit 0480357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"lib/"
3939
],
4040
"scripts": {
41-
"lint": "eslint *.js test",
41+
"lint": "eslint *.js lib test",
4242
"pretest": "npm run -s lint",
4343
"test": "mocha --full-trace --check-leaks",
4444
"beautify": "npm run lint -- --fix",
4545
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
46-
"travis": "npm run cover && npm run -s lint"
46+
"travis": "npm run cover && npm run lint"
4747
}
4848
}

0 commit comments

Comments
 (0)