fixed all warnings :D

This commit is contained in:
Oliver Bryan
2025-12-31 18:08:47 +00:00
parent 70ef02f790
commit 8b6dad8a2a
23 changed files with 138 additions and 145 deletions

View File

@@ -1,6 +1,6 @@
{
"root": false,
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
"formatter": {
"enabled": true,
"formatWithErrors": false,
@@ -12,5 +12,8 @@
"parser": {
"tailwindDirectives": true
}
},
"files": {
"includes": ["**", "!drizzle/meta"]
}
}