chore: no custom lint cache location (#31195)

This commit is contained in:
Stephen Zhou 2026-01-19 10:37:49 +08:00 committed by GitHub
parent e8397ae7a8
commit 13d648cf7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

2
web/.gitignore vendored
View File

@ -64,3 +64,5 @@ public/fallback-*.js
.vscode/settings.json
.vscode/mcp.json
.eslintcache

View File

@ -27,7 +27,7 @@
"build": "next build",
"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": "eslint --cache",
"lint:ci": "pnpm lint --concurrency 3",
"lint:fix": "pnpm lint --fix",
"lint:quiet": "pnpm lint --quiet",