chore: use --cache in eslint
This commit is contained in:
parent
3a682b9232
commit
c295f49b57
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue