fix: 🐛 biome

This commit is contained in:
amianthus
2026-05-20 19:19:09 +01:00
parent e25764bff2
commit be3b7eeb2f

View File

@@ -1,10 +1,10 @@
{
"root": false,
"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
"extends": ["../../biome.json"],
"extends": "//",
"css": {
"parser": {
"tailwindDirectives": true
"cssModules": true
}
}
}