Skip to content

Commit 0437207

Browse files
committed
chore: should only lint source
1 parent f391ca8 commit 0437207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
"tap": "tap -J --timeout 300 --no-esm",
303303
"tap:serial": "tap -j1 --timeout 300 --no-esm",
304304
"tap-cover": "tap -J --nyc-arg=--cache --coverage --timeout 600 --no-esm",
305-
"lint": "standard",
305+
"lint": "standard lib/*.js lib/**/*.js",
306306
"pretest": "npm run lint",
307307
"test": "npm run test-tap --",
308308
"test:nocleanup": "NO_TEST_CLEANUP=1 npm run test --",

0 commit comments

Comments
 (0)