build(deps-dev): apply updates
[benchmarks-js.git] / biome.json
index e4dbd8118305734dc62a60d019dce838b8dd9b4d..c0cc4886d876415e534933decd6ea65fb7728d61 100644 (file)
@@ -1,10 +1,10 @@
 {
-  "$schema": "https://biomejs.dev/schemas/1.3.0/schema.json",
+  "$schema": "https://biomejs.dev/schemas/1.8.0/schema.json",
   "organizeImports": {
     "enabled": false
   },
   "linter": {
-    "enabled": true,
+    "enabled": false,
     "rules": {
       "recommended": true
     }
@@ -17,7 +17,7 @@
   "javascript": {
     "formatter": {
       "quoteStyle": "single",
-      "trailingComma": "none",
+      "trailingCommas": "none",
       "semicolons": "asNeeded",
       "arrowParentheses": "asNeeded"
     }