Skip to content

Commit 107bb90

Browse files
committed
adjust lint command
1 parent 5059140 commit 107bb90

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
@@ -125,7 +125,7 @@
125125
"compile": "tsc -p ./",
126126
"watch": "tsc -watch -p ./",
127127
"pretest": "npm run clean && npm run compile",
128-
"lint": "eslint --cache=true --no-error-on-unmatched-pattern=true '{src,test}/**/*.{ts,tsx}'",
128+
"lint": "eslint --cache=true '{src,test}/**/*.{ts,tsx}'",
129129
"test": "node ./out/test/runTest.js",
130130
"prepackage": "npm run clean && npm run compile",
131131
"package": "vsce package",

0 commit comments

Comments
 (0)