From 1352ca70c0b5c6b4ff3813b0c24354b5514b2796 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 21 Jun 2024 13:03:58 +0200 Subject: [PATCH] refactor: refine biome.js configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index f30d0d5d..b98a1b80 100644 --- a/biome.json +++ b/biome.json @@ -17,7 +17,7 @@ "javascript": { "formatter": { "quoteStyle": "single", - "trailingCommas": "none", + "trailingCommas": "es5", "semicolons": "asNeeded", "arrowParentheses": "asNeeded" } -- 2.34.1