refactor: refine biome.js configuration
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 21 Jun 2024 11:15:33 +0000 (13:15 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 21 Jun 2024 11:15:33 +0000 (13:15 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
biome.json

index 2d7472ad1421c3ce54b207e67782ffa200cb7f7b..995c7a486e839929fb66cdac68a119095842a321 100644 (file)
@@ -17,7 +17,7 @@
   "javascript": {
     "formatter": {
       "quoteStyle": "single",
-      "trailingCommas": "none",
+      "trailingCommas": "es5",
       "semicolons": "asNeeded",
       "arrowParentheses": "asNeeded"
     }