From 8d659fa6063962d8b42b58e69e53ab6e5a0d47ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 21 Jun 2024 13:15:33 +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 2d7472a..995c7a4 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