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",
|
"start": "astro dev",
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"lint": "eslint . --config eslint.config.mjs",
|
"lint": "eslint . --config eslint.config.mjs --cache",
|
||||||
"format": "prettier . --write",
|
"format": "prettier . --write",
|
||||||
"check": "npm run format && npm run lint",
|
"check": "npm run format && npm run lint",
|
||||||
"astro": "astro",
|
"astro": "astro",
|
||||||
|
|
Loading…
Reference in a new issue