From: Jérôme Benoit Date: Mon, 14 Oct 2024 13:16:15 +0000 (+0200) Subject: chore: refine biome configuration X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a78f3b66d745df59b50e37442538f70dde58ba6f;p=benchmarks-js.git chore: refine biome configuration Signed-off-by: Jérôme Benoit --- 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": {