chore: use biome instead of rome
[benchmarks-js.git] / biome.json
similarity index 68%
rename from rome.json
rename to biome.json
index d45bc64a3fd78681dfb89785b19b16b580e2da0c..ce653d378befb9eb99dbf936527249743ac077e9 100644 (file)
--- a/rome.json
@@ -1,5 +1,5 @@
 {
-  "$schema": "https://docs.rome.tools/schemas/12.1.3/schema.json",
+  "$schema": "https://biomejs.dev/schemas/1.1.2//schema.json",
   "organizeImports": {
     "enabled": false
   },
     "formatter": {
       "quoteStyle": "single",
       "trailingComma": "none",
-      "semicolons": "asNeeded"
+      "semicolons": "asNeeded",
+      "arrowParentheses": "asNeeded"
+    }
+  },
+  "json": {
+    "parser": {
+      "allowComments": true
     }
   },
   "files": {