build: eslint cache

This commit is contained in:
Burt
2024-09-05 20:37:45 +08:00
parent 6e30723320
commit 31b32fa6fd
3 changed files with 4 additions and 2 deletions

View File

@@ -73,7 +73,7 @@
"prettier --write"
],
"**/*.{vue,js,ts,jsx,tsx}": [
"eslint --fix"
"eslint --cache --fix"
],
"**/*.{vue,css,scss,html}": [
"stylelint --fix"