build(ci): add autofix GH action
[benchmarks-js.git] / biome.json
index b766366cbb2b5c96cf199932828eecb096fe421b..630d3a2b0d78b2c60d8003bf673762cc7983e26b 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "$schema": "https://biomejs.dev/schemas/1.4.0/schema.json",
+  "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
   "organizeImports": {
     "enabled": false
   },
@@ -17,7 +17,7 @@
   "javascript": {
     "formatter": {
       "quoteStyle": "single",
-      "trailingComma": "none",
+      "trailingCommas": "es5",
       "semicolons": "asNeeded",
       "arrowParentheses": "asNeeded"
     }