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

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