From 7856fd811bee523fc731db04fe0ae319fbfb51b3 Mon Sep 17 00:00:00 2001 From: Alejandra <90076947+alejsdev@users.noreply.github.com> Date: Sun, 17 Mar 2024 17:13:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Update=20quote=20style=20in=20bi?= =?UTF-8?q?ome=20formatter=20(#1095)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/biome.json b/frontend/biome.json index ec97ae2..4d49b98 100644 --- a/frontend/biome.json +++ b/frontend/biome.json @@ -24,7 +24,7 @@ }, "javascript": { "formatter": { - "quoteStyle": "single", + "quoteStyle": "double", "semicolons": "asNeeded" } }