We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f391ca8 commit 0437207Copy full SHA for 0437207
package.json
@@ -302,7 +302,7 @@
302
"tap": "tap -J --timeout 300 --no-esm",
303
"tap:serial": "tap -j1 --timeout 300 --no-esm",
304
"tap-cover": "tap -J --nyc-arg=--cache --coverage --timeout 600 --no-esm",
305
- "lint": "standard",
+ "lint": "standard lib/*.js lib/**/*.js",
306
"pretest": "npm run lint",
307
"test": "npm run test-tap --",
308
"test:nocleanup": "NO_TEST_CLEANUP=1 npm run test --",
0 commit comments