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