chore: introduce bulk-suppressions and multithread linting (#31157)

This commit is contained in:
Stephen Zhou
2026-01-17 19:51:56 +08:00
committed by GitHub
parent 77366f33a4
commit 7b66bbc35a
6 changed files with 5177 additions and 65 deletions

View File

@ -28,6 +28,7 @@
"build:docker": "next build && node scripts/optimize-standalone.js",
"start": "node ./scripts/copy-and-start.mjs",
"lint": "eslint --cache --cache-location node_modules/.cache/eslint/.eslint-cache",
"lint:ci": "pnpm lint --concurrency 3",
"lint:fix": "pnpm lint --fix",
"lint:quiet": "pnpm lint --quiet",
"lint:complexity": "pnpm lint --rule 'complexity: [error, {max: 15}]' --quiet",