feat: eslint cache

This commit is contained in:
skytek_xinliang
2026-06-23 10:14:45 +08:00
parent 3fc6af0a85
commit 6cc393cd8a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@
.codex
opencode.json
.eslintcache
node_modules
dist
+1 -1
View File
@@ -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",