Skip to content

Commit 05eba70

Browse files
committed
make the linter more strict
1 parent dd11660 commit 05eba70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"wreck": "5.x.x"
5151
},
5252
"scripts": {
53-
"test": "node node_modules/lab/bin/lab -a code -t 100 -L",
53+
"test": "node node_modules/lab/bin/lab -a code -t 100 -L --lint-errors-threshold 0 --lint-warnings-threshold 0",
5454
"test-tap": "node node_modules/lab/bin/lab -a code -r tap -o tests.tap"
5555
},
5656
"licenses": [

0 commit comments

Comments
 (0)