From a78f3b66d745df59b50e37442538f70dde58ba6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 14 Oct 2024 15:16:15 +0200 Subject: [PATCH] chore: refine biome configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- biome.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/biome.json b/biome.json index 574b833..f3d226e 100644 --- a/biome.json +++ b/biome.json @@ -17,10 +17,10 @@ }, "javascript": { "formatter": { + "arrowParentheses": "asNeeded", "quoteStyle": "single", - "trailingCommas": "es5", "semicolons": "asNeeded", - "arrowParentheses": "asNeeded" + "trailingCommas": "es5" } }, "json": { -- 2.34.1