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 5790b2b commit 4b2f146Copy full SHA for 4b2f146
e2e/package.json
@@ -3,7 +3,7 @@
3
"version": "0.1.0",
4
"private": true,
5
"scripts": {
6
- "lint": "eslint src/**/*.ts",
+ "lint": "eslint src/**/*.ts --max-warnings=0",
7
"check-types": "tsc --noEmit",
8
"test": "npm run build && npx dotenvx run -f .env.local -- node ./out/runTest.js",
9
"ci": "npm run vscode-test && npm run test",
webview-ui/package.json
@@ -4,7 +4,7 @@
"type": "module",
- "lint": "eslint src --ext .ts,.tsx",
+ "lint": "eslint src --ext .ts,.tsx --max-warnings=0",
"check-types": "tsc",
"test": "jest -w=40%",
10
"dev": "vite",
0 commit comments