From 0437207749759458ee87a0f38eda5c02adc1c5e0 Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Wed, 21 Dec 2022 11:18:01 -0500 Subject: [PATCH] chore: should only lint source --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d3e85ed6276d..ca78d9ebe917e 100644 --- a/package.json +++ b/package.json @@ -302,7 +302,7 @@ "tap": "tap -J --timeout 300 --no-esm", "tap:serial": "tap -j1 --timeout 300 --no-esm", "tap-cover": "tap -J --nyc-arg=--cache --coverage --timeout 600 --no-esm", - "lint": "standard", + "lint": "standard lib/*.js lib/**/*.js", "pretest": "npm run lint", "test": "npm run test-tap --", "test:nocleanup": "NO_TEST_CLEANUP=1 npm run test --",