chore: refine biome configuration
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 14 Oct 2024 13:16:15 +0000 (15:16 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 14 Oct 2024 13:16:15 +0000 (15:16 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
biome.json

index 574b8337f5f6d32cfb63d3edd4f7870026c48db3..f3d226e45e58ee15ba845ceaef613aa5abf8d168 100644 (file)
   },
   "javascript": {
     "formatter": {
+      "arrowParentheses": "asNeeded",
       "quoteStyle": "single",
-      "trailingCommas": "es5",
       "semicolons": "asNeeded",
-      "arrowParentheses": "asNeeded"
+      "trailingCommas": "es5"
     }
   },
   "json": {