chore: multithreaded web linting (#17809)

This commit is contained in:
Zack Pollard
2025-04-23 13:05:31 +01:00
committed by GitHub
parent 0426b574fe
commit bc5875ba8d
3 changed files with 74 additions and 39 deletions

View File

@@ -15,6 +15,7 @@
"check:code": "npm run format && npm run lint && npm run check:svelte && npm run check:typescript",
"check:all": "npm run check:code && npm run test:cov",
"lint": "eslint . --max-warnings 0",
"lint:p": "eslint-p . --max-warnings 0 --concurrency=4",
"lint:fix": "npm run lint -- --fix",
"format": "prettier --check .",
"format:fix": "prettier --write .",
@@ -74,6 +75,7 @@
"dotenv": "^16.4.7",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.0",
"eslint-p": "^0.21.0",
"eslint-plugin-svelte": "^3.0.0",
"eslint-plugin-unicorn": "^57.0.0",
"factory.ts": "^1.4.1",