Revert "perf(eslint): use moeru config & oxlint (#227)" (#231)

This reverts commit 6d02cb0a01.
This commit is contained in:
Neko
2025-06-26 19:17:02 +08:00
committed by GitHub
parent 6d02cb0a01
commit 5d994609ed
19 changed files with 1070 additions and 2164 deletions
+4 -4
View File
@@ -20,8 +20,8 @@
"./*": "./*"
},
"scripts": {
"play:build": "vite build",
"play:dev": "vite",
"play:build": "vite build",
"play:preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
@@ -31,11 +31,11 @@
"vue": "^3.5.17"
},
"devDependencies": {
"@unocss/reset": "^66.3.2",
"@vitejs/plugin-vue": "^6.0.0",
"@unocss/reset": "^66.2.3",
"@vitejs/plugin-vue": "^5.2.4",
"unplugin-vue-router": "^0.12.0",
"vite-plugin-vue-devtools": "^7.7.7",
"vue-router": "^4.5.1",
"vue-tsc": "^3.0.0-beta.4"
"vue-tsc": "^3.0.0-beta.3"
}
}