Skip to content

Commit c720a7c

Browse files
committed
fix(biome): enable tailwind directives and css support
Updates biome.json schema to 2.3.3 and enables parsing for Tailwind directives and CSS modules to fix linting errors.
1 parent b89f556 commit c720a7c

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

biome.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.3/schema.json",
33
"files": {
44
"ignoreUnknown": false
55
},
@@ -67,5 +67,16 @@
6767
"formatter": {
6868
"trailingCommas": "none"
6969
}
70+
},
71+
"css": {
72+
"parser": {
73+
"cssModules": true,
74+
"tailwindDirectives": true
75+
},
76+
"formatter": {
77+
"enabled": true,
78+
"indentStyle": "space",
79+
"indentWidth": 2
80+
}
7081
}
7182
}

0 commit comments

Comments
 (0)