Skip to content

Commit 829a32e

Browse files
d4mationclaude
andcommitted
ENG-219: Add --no-error-on-unmatched-pattern flag to eslint script
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 69dcc4d commit 829a32e

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
@@ -19,7 +19,7 @@
1919
"build": "tsup",
2020
"dev": "tsup --watch",
2121
"test": "TS_NODE_PROJECT=tsconfig.test.json jest --passWithNoTests",
22-
"lint": "eslint src/ tests/",
22+
"lint": "eslint --no-error-on-unmatched-pattern src/ tests/",
2323
"typecheck": "tsc --noEmit"
2424
},
2525
"keywords": [

0 commit comments

Comments
 (0)