fix: update biome config to handle lint and parse within required dirs

This commit is contained in:
Your Name
2026-04-10 12:31:04 +05:30
parent b3725ec4ed
commit 97577efcf6
3 changed files with 36 additions and 23 deletions
+4 -4
View File
@@ -6,9 +6,9 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "biome lint ./src",
"format": "biome format ./src --write",
"check": "biome check --write ./src",
"lint": "biome lint --write",
"format": "biome format --write",
"check": "biome check --write",
"preview": "vite preview"
},
"dependencies": {
@@ -25,7 +25,7 @@
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "^2.4.10",
"@biomejs/biome": "^2.4.11",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",