From: Jérôme Benoit Date: Fri, 21 Jun 2024 11:15:33 +0000 (+0200) Subject: refactor: refine biome.js configuration X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8d659fa6063962d8b42b58e69e53ab6e5a0d47ec;hp=f25e54844b249a9cdf5c50dfb8b8b29956ae01b5;p=benchmarks-js.git refactor: refine biome.js configuration Signed-off-by: Jérôme Benoit --- 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" }