style: fix linting errors for biome check

This commit is contained in:
Raj Tiwari
2026-04-23 22:50:21 +05:30
parent 90d04c734e
commit f4e10b28cc
11 changed files with 37 additions and 37 deletions
+6 -1
View File
@@ -7,5 +7,10 @@
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
"include": [
"vite.config.ts",
"electron-builder.json5",
"playwright.config.ts",
"vitest.config.ts"
]
}