chore: use --cache in eslint

This commit is contained in:
Ayo Ayco 2024-12-27 16:53:26 +01:00
parent 3a682b9232
commit c295f49b57

View file

@ -8,7 +8,7 @@
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "eslint . --config eslint.config.mjs",
"lint": "eslint . --config eslint.config.mjs --cache",
"format": "prettier . --write",
"check": "npm run format && npm run lint",
"astro": "astro",