build: fix biome configuration
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 4 Jun 2024 13:48:26 +0000 (15:48 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 4 Jun 2024 13:48:26 +0000 (15:48 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
biome.json

index 4bd089e4f9ccb2562f80a0ba15a7ba8ab0125541..c2babc3e493a8ef25ff520e68bdc83ab6efd9d71 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
+  "$schema": "https://biomejs.dev/schemas/1.8.0/schema.json",
   "organizeImports": {
     "enabled": false
   },
@@ -17,7 +17,7 @@
   "javascript": {
     "formatter": {
       "quoteStyle": "single",
-      "trailingComma": "none",
+      "trailingCommas": "none",
       "semicolons": "asNeeded",
       "arrowParentheses": "asNeeded"
     }