From d8cccfb4ce48549ee94a4cceffea8db284b67c58 Mon Sep 17 00:00:00 2001 From: icarus Date: Mon, 15 Sep 2025 06:56:44 +0800 Subject: [PATCH] style: change quote style from double to single in biome config --- biome.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.jsonc b/biome.jsonc index 44cb48bd09..f15a70cc43 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -47,7 +47,7 @@ "bracketSpacing": true, "jsxQuoteStyle": "single", "quoteProperties": "asNeeded", - "quoteStyle": "double", + "quoteStyle": "single", "semicolons": "asNeeded", "trailingCommas": "none" }