feat: eslint cache
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
.codex
|
||||
opencode.json
|
||||
|
||||
.eslintcache
|
||||
node_modules
|
||||
|
||||
dist
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --build --force",
|
||||
"lint": "eslint",
|
||||
"lint:fix": "eslint --fix"
|
||||
"lint:fix": "eslint --fix --cache --cache-location .eslintcache"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mdi/font": "7.4.47",
|
||||
|
||||
Reference in New Issue
Block a user