chore: add oxfm and oxlint

This commit is contained in:
Julien Calixte
2026-06-19 17:30:05 +02:00
parent abce8b65cd
commit 0ac212a4ac
5 changed files with 506 additions and 1 deletions

View File

@@ -7,7 +7,11 @@
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"test": "vitest run"
"test": "vitest run",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check"
},
"dependencies": {
"daisyui": "^5.5.23",
@@ -24,6 +28,8 @@
"@vue/test-utils": "^2.4.11",
"@vue/tsconfig": "^0.9.1",
"happy-dom": "^20.10.4",
"oxfmt": "^0.55.0",
"oxlint": "^1.70.0",
"tailwindcss": "^4.3.1",
"typescript": "~6.0.2",
"vite": "^8.0.12",