Fix Biome config
All checks were successful
Lint / lint (push) Successful in 13s

This commit is contained in:
Julien Valverdé
2025-09-20 04:20:15 +02:00
parent 4f96f00f39
commit 59b71ba76d
8 changed files with 31 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
"dev": "vite",
"build": "tsc -b && vite build",
"lint:tsc": "tsc --noEmit",
"lint:biome": "biome lint ./src",
"lint:biome": "biome lint",
"preview": "vite preview",
"clean:dist": "rm -rf dist",
"clean:modules": "rm -rf node_modules"