aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/biome.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/biome.json')
-rw-r--r--frontend/biome.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/frontend/biome.json b/frontend/biome.json
index d589e28..b7bb492 100644
--- a/frontend/biome.json
+++ b/frontend/biome.json
@@ -1,5 +1,5 @@
{
- "$schema": "https://biomejs.dev/schemas/2.1.1/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
@@ -8,5 +8,10 @@
"files": {
"includes": ["**", "!src/graphql/generated/*.ts"],
"ignoreUnknown": true
+ },
+ "css": {
+ "parser": {
+ "tailwindDirectives": true
+ }
}
}