We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e1f18 commit f9bd43cCopy full SHA for f9bd43c
package.json
@@ -364,7 +364,7 @@
364
"install-webview": "cd webview-ui && npm install",
365
"install-e2e": "cd e2e && npm install",
366
"lint": "npm-run-all -l -p lint:*",
367
- "lint:extension": "eslint --max-warnings=0 src",
+ "lint:extension": "eslint src/**/*.ts",
368
"lint:webview": "cd webview-ui && npm run lint",
369
"lint:e2e": "cd e2e && npm run lint",
370
"check-types": "npm-run-all -l -p check-types:*",
0 commit comments