update 升级 vite8

update 升级 ts6
update eslint 替换为 Oxlint
This commit is contained in:
疯狂的狮子Li
2026-04-01 16:15:03 +08:00
parent 57f18eece5
commit 6c395bb65b
11 changed files with 44 additions and 436 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"$schema": "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxlint/configuration_schema.json",
"plugins": ["vue", "typescript"],
"rules": {
"typescript/no-empty-function": "off",
"typescript/no-explicit-any": "off",
"typescript/no-unused-vars": "off",
"typescript/no-this-alias": "off",
"typescript/no-empty-object-type": "off",
"typescript/no-unused-expressions": "off",
"vue/multi-word-component-names": "off",
"prefer-rest-params": "off"
},
"ignore": ["dist/**", "dist-ssr/**", "coverage/**"]
}