Skip to content

Commit 7df1456

Browse files
committed
fix: biome.json
1 parent 5a5aba2 commit 7df1456

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

biome.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.2/schema.json",
33
"files": {
44
"includes": ["**", "!.next/**/*", "!graphql/**/*"]
55
},
@@ -13,5 +13,10 @@
1313
"enabled": true,
1414
"indentStyle": "space",
1515
"indentWidth": 4
16+
},
17+
"css": {
18+
"parser": {
19+
"tailwindDirectives": true
20+
}
1621
}
1722
}

0 commit comments

Comments
 (0)