From e0e09b2de2a177bde0d1b83715fd0f62c24a49c4 Mon Sep 17 00:00:00 2001 From: icarus Date: Mon, 15 Sep 2025 06:59:10 +0800 Subject: [PATCH] chore: update biome.jsonc to use single quotes for CSS formatting --- biome.jsonc | 5 +++++ 1 file changed, 5 insertions(+) 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",