chore: add vite-plugin-checker; fix eslint error
正在显示
.eslintrc.cjs
deleted
100644 → 0
eslint.config.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | ... | @@ -9,7 +9,7 @@ | 
| "build:pre": "vue-tsc --noEmit && vite build --mode pre", | ||
| "preview": "vite preview --port 4173", | ||
| "typecheck": "vue-tsc --noEmit", | ||
| "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | ||
| "lint": "eslint . --fix", | ||
| "deploy": "node ./deploy.js", | ||
| "cert": "node ./cert.js" | ||
| }, | ||
| ... | ... | @@ -43,7 +43,6 @@ | 
| "vuedraggable": "^4.1.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@rushstack/eslint-patch": "^1.2.0", | ||
| "@tsconfig/node20": "^20.1.4", | ||
| "@types/ali-oss": "^6.16.8", | ||
| "@types/blueimp-md5": "^2.18.0", | ||
| ... | ... | @@ -53,18 +52,18 @@ | 
| "@types/ua-parser-js": "^0.7.36", | ||
| "@types/video.js": "^7.3.52", | ||
| "@vitejs/plugin-vue": "^5.1.4", | ||
| "@vue-macros/reactivity-transform": "^1.1.2", | ||
| "@vue/eslint-config-typescript": "^12.0.0", | ||
| "@vue/tsconfig": "^0.5.1", | ||
| "@vue-macros/reactivity-transform": "^1.1.3", | ||
| "@vue/eslint-config-typescript": "^14.1.3", | ||
| "@vue/tsconfig": "^0.6.0", | ||
| "chalk": "^5.2.0", | ||
| "eslint": "^8.57.0", | ||
| "eslint-plugin-vue": "^9.25.0", | ||
| "eslint": "^9.14.0", | ||
| "eslint-plugin-vue": "^9.30.0", | ||
| "sass": "^1.58.3", | ||
| "typescript": "~5.4.5", | ||
| "typescript": "~5.6.3", | ||
| "unplugin-auto-import": "^0.17.8", | ||
| "vite": "^5.4.9", | ||
| "vite-plugin-checker": "^0.6.4", | ||
| "vite": "^5.4.10", | ||
| "vite-plugin-checker": "^0.8.0", | ||
| "vite-plugin-mkcert": "^1.17.6", | ||
| "vue-tsc": "^1.8.27" | ||
| "vue-tsc": "^2.1.10" | ||
| } | ||
| } | 
tsconfig.app.json
0 → 100644
请
注册
或者
登录
后发表评论