chore: OXC Formatter

This commit is contained in:
skytek_xinliang
2026-08-13 15:41:12 +08:00
parent 5377b872d8
commit 8f5fa15d3a
40 changed files with 2392 additions and 3009 deletions
+4 -5
View File
@@ -1,16 +1,16 @@
{
"name": "citizen-frontend",
"version": "0.0.0",
"private": true,
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint",
"lint:fix": "eslint --fix --cache --cache-location .eslintcache"
"format": "oxfmt",
"format:check": "oxfmt --check"
},
"dependencies": {
"@mdi/font": "7.4.47",
@@ -26,9 +26,8 @@
"@types/node": "^24.12.0",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/tsconfig": "^0.9.0",
"eslint": "^9.39.4",
"eslint-config-vuetify": "^4.3.4",
"npm-run-all2": "^8.0.4",
"oxfmt": "^0.62.0",
"sass-embedded": "^1.98.0",
"typescript": "~5.9.3",
"vite": "^8.0.0",