remove: 移除oxlint静态代码检查工具及相关配置

This commit is contained in:
刘引
2025-10-15 09:20:00 +08:00
parent 4fdf48893c
commit 4b99518c16
3 changed files with 2 additions and 106 deletions

View File

@@ -5,9 +5,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "oxlint src",
"lint:fix": "oxlint src --fix"
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.12.2",
@@ -22,7 +20,6 @@
"devDependencies": {
"@types/node": "^24.7.2",
"@vitejs/plugin-vue": "^6.0.1",
"oxlint": "^1.23.0",
"sass": "^1.93.2",
"typescript": "^5.1.6",
"unplugin-auto-import": "^20.2.0",
@@ -30,4 +27,4 @@
"vite": "^7.1.10",
"vue-tsc": "^3.1.1"
}
}
}