build(deps-dev): Bump eslint-plugin-jsdoc from 48.4.0 to 48.5.0
[benchmarks-js.git] / biome.json
index 234ef31219cfe025a21cc3afb2816ac97fb75119..995c7a486e839929fb66cdac68a119095842a321 100644 (file)
@@ -1,10 +1,10 @@
 {
-  "$schema": "https://biomejs.dev/schemas/1.3.1/schema.json",
+  "$schema": "https://biomejs.dev/schemas/1.8.2/schema.json",
   "organizeImports": {
     "enabled": false
   },
   "linter": {
-    "enabled": true,
+    "enabled": false,
     "rules": {
       "recommended": true
     }
@@ -17,7 +17,7 @@
   "javascript": {
     "formatter": {
       "quoteStyle": "single",
-      "trailingComma": "none",
+      "trailingCommas": "es5",
       "semicolons": "asNeeded",
       "arrowParentheses": "asNeeded"
     }