build(ci): add autofix GH action
[benchmarks-js.git] / biome.json
index 1c2d3f539892127caad6906c5b1ad0f2e4262e27..630d3a2b0d78b2c60d8003bf673762cc7983e26b 100644 (file)
@@ -1,10 +1,10 @@
 {
-  "$schema": "https://biomejs.dev/schemas/1.2.2/schema.json",
+  "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
   "organizeImports": {
     "enabled": false
   },
   "linter": {
-    "enabled": true,
+    "enabled": false,
     "rules": {
       "recommended": true
     }
   "formatter": {
     "enabled": true,
     "indentStyle": "space",
-    "indentSize": 2
+    "indentWidth": 2
   },
   "javascript": {
     "formatter": {
       "quoteStyle": "single",
-      "trailingComma": "none",
+      "trailingCommas": "es5",
       "semicolons": "asNeeded",
       "arrowParentheses": "asNeeded"
     }
@@ -28,6 +28,6 @@
     }
   },
   "files": {
-    "ignore": [".vscode/", "pnpm-lock.yaml", "benchmark/results/"]
+    "ignore": ["pnpm-lock.yaml", "benchmark/results/"]
   }
 }