diff --git a/.gitignore b/.gitignore index c4c69b12..72b234fa 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ dist .idea/ .vite-inspect .netlify/ +.eslintcache public/shiki public/emojis diff --git a/package.json b/package.json index 4c6dea9a..3c123d11 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dev:mocked:pwa:ssl": "VITE_DEV_PWA=true nuxi dev --port 5314 --https --ssl-cert ./https-dev-config/localhost.crt --ssl-key ./https-dev-config/localhost.key --dotenv .env.mock", "start": "PORT=5314 node .output/server/index.mjs", "start:https": "PORT=5314 node ./https-dev-config/local-https-server.mjs", - "lint": "eslint .", + "lint": "eslint --cache .", "typecheck": "nuxi typecheck", "prepare": "esno scripts/prepare.ts", "generate": "nuxi generate",