diff --git a/.gitignore b/.gitignore index a6fb80905..8ce8095bc 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ scripts/memory/project/src/pages/ *.log package-lock.json .turbo/ +.eslintcache # ignore top-level vscode settings /.vscode/settings.json diff --git a/package.json b/package.json index 57007bd93..ded8ac077 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test:e2e": "cd packages/astro && pnpm playwright install && pnpm run test:e2e", "test:e2e:match": "cd packages/astro && pnpm playwright install && pnpm run test:e2e:match", "benchmark": "pnpm --filter @benchmark/simple run build && pnpm dlx concurrently -k -s first --raw \"node packages/astro/test/benchmark/simple/server.mjs\" \"pnpm dlx autocannon -c 100 -d 30 -p 10 localhost:3002/\"", - "lint": "eslint .", + "lint": "eslint --cache .", "version": "changeset version && pnpm install --no-frozen-lockfile && pnpm run format" }, "workspaces": [