fix: update biome config

This commit is contained in:
Your Name
2026-04-10 16:20:27 +05:30
parent a8b347c1db
commit cd156377bf
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -6,9 +6,9 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "biome lint --write",
"format": "biome format --write",
"check": "biome check --write",
"lint": "biome lint --write ./src",
"format": "biome format --write ./src",
"check": "biome check --write ./src",
"preview": "vite preview"
},
"dependencies": {