feat: 添加oxfmt、oxlint格式化

This commit is contained in:
2026-06-01 10:22:41 +08:00
parent 25573d2f68
commit 9b5879c658
14 changed files with 738 additions and 10 deletions

View File

@@ -6,15 +6,20 @@
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
"preview": "vite preview",
"lint:oxlint": "oxlint",
"format:oxfmt": "oxfmt"
},
"dependencies": {
"naive-ui": "^2.44.1",
"vue": "^3.5.34"
},
"devDependencies": {
"@types/node": "^24.12.3",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/tsconfig": "^0.9.1",
"oxfmt": "^0.52.0",
"oxlint": "^1.67.0",
"typescript": "~6.0.2",
"vite": "^8.0.12",
"vue-tsc": "^3.2.8"