chore: add cache for eslint

pull/722/head
三咲智子 2023-01-07 02:48:32 +08:00
rodzic e0741d58a9
commit e2dc90a889
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 69992F2250DFD93E
2 zmienionych plików z 2 dodań i 1 usunięć

1
.gitignore vendored
Wyświetl plik

@ -8,6 +8,7 @@ dist
.idea/
.vite-inspect
.netlify/
.eslintcache
public/shiki
public/emojis

Wyświetl plik

@ -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",