Skip to content

Commit 4b2f146

Browse files
committed
Stricter linting
1 parent 5790b2b commit 4b2f146

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"lint": "eslint src/**/*.ts",
6+
"lint": "eslint src/**/*.ts --max-warnings=0",
77
"check-types": "tsc --noEmit",
88
"test": "npm run build && npx dotenvx run -f .env.local -- node ./out/runTest.js",
99
"ci": "npm run vscode-test && npm run test",

webview-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"type": "module",
66
"scripts": {
7-
"lint": "eslint src --ext .ts,.tsx",
7+
"lint": "eslint src --ext .ts,.tsx --max-warnings=0",
88
"check-types": "tsc",
99
"test": "jest -w=40%",
1010
"dev": "vite",

0 commit comments

Comments
 (0)