biome linting refactor

This commit is contained in:
Siddharth
2026-03-07 17:59:41 -08:00
parent 555b199e03
commit 885d66c4a4
96 changed files with 14041 additions and 13373 deletions
+11 -11
View File
@@ -1,11 +1,11 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}