diff --git a/biome.jsonc b/biome.jsonc index 6ee37acc91..c19f48af9d 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -6,6 +6,11 @@ "enabled": true, "includes": ["**/*.json", "!*.json", "!**/package.json"] }, + "css": { + "formatter": { + "quoteStyle": "single" + } + }, "files": { "ignoreUnknown": false }, "formatter": { "attributePosition": "auto",