chore: faster web linting (#28303)

This commit is contained in:
Jason Rasmussen
2026-05-08 16:55:14 -04:00
committed by GitHub
parent 25a6a38b30
commit 8a024e2b50
3 changed files with 37 additions and 45 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
"check:watch": "pnpm run check:svelte --watch",
"check:code": "pnpm run format && pnpm run lint && pnpm run check:svelte && pnpm run check:typescript",
"check:all": "pnpm run check:code && pnpm run test:cov",
"lint": "eslint . --max-warnings 0 --concurrency 4",
"lint": "eslint . --max-warnings 0 --concurrency 6",
"lint:fix": "pnpm run lint --fix",
"format": "prettier --cache --check .",
"format:fix": "prettier --cache --write --list-different .",