chore(tooling): align biome vscode and ui config

This commit is contained in:
2026-06-04 21:53:42 +02:00
parent 9ecb543c18
commit 601dea9526
14 changed files with 91 additions and 88 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"tsx": true,
"tailwind": {
"config": "",
"css": "src/app/globals.css",
"css": "src/styles/globals.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
@@ -18,4 +18,4 @@
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}
}