diff --git a/biome.json b/biome.json index 4169a01..3730585 100644 --- a/biome.json +++ b/biome.json @@ -1,10 +1,15 @@ { - "$schema": "https://biomejs.dev/schemas/2.0.5/schema.json", - "formatter": { - "enabled": true, - "formatWithErrors": false, - "indentStyle": "space", - "indentWidth": 4, - "lineWidth": 110 - } + "$schema": "https://biomejs.dev/schemas/2.3.8/schema.json", + "formatter": { + "enabled": true, + "formatWithErrors": false, + "indentStyle": "space", + "indentWidth": 4, + "lineWidth": 110 + }, + "css": { + "parser": { + "tailwindDirectives": true + } + } }