Skip to content

Commit f9bd43c

Browse files
committed
Revert this
1 parent 51e1f18 commit f9bd43c

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
@@ -364,7 +364,7 @@
364364
"install-webview": "cd webview-ui && npm install",
365365
"install-e2e": "cd e2e && npm install",
366366
"lint": "npm-run-all -l -p lint:*",
367-
"lint:extension": "eslint --max-warnings=0 src",
367+
"lint:extension": "eslint src/**/*.ts",
368368
"lint:webview": "cd webview-ui && npm run lint",
369369
"lint:e2e": "cd e2e && npm run lint",
370370
"check-types": "npm-run-all -l -p check-types:*",

0 commit comments

Comments
 (0)