🎨chore: 使用 oxlint, oxfmt&格式化代码

This commit is contained in:
2026-02-08 21:16:25 +08:00
parent 9d35c6a9d8
commit 3a801ba016
78 changed files with 3367 additions and 1468 deletions

View File

@@ -8,6 +8,8 @@
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"postinstall": "nuxt prepare"
},
"packageManager": "pnpm@10.22.0",
@@ -48,10 +50,12 @@
"@vueuse/core": "^10.11.1",
"@vueuse/nuxt": "^10.11.1",
"dayjs-nuxt": "^2.1.9",
"oxfmt": "^0.28.0",
"oxlint": "^1.43.0",
"sass": "^1.77.8"
},
"peerDependencies": {
"dayjs": "^1.11.12",
"tailwindcss": "^3.4.7"
}
}
}