build(deps-dev): Bump @commitlint/cli from 18.0.0 to 18.1.0
[benchmarks-js.git] / biome.json
index f16a718308b0cf0f969b509798bb6a8d340604f6..234ef31219cfe025a21cc3afb2816ac97fb75119 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "$schema": "https://biomejs.dev/schemas/1.2.1/schema.json",
+  "$schema": "https://biomejs.dev/schemas/1.3.1/schema.json",
   "organizeImports": {
     "enabled": false
   },
@@ -12,7 +12,7 @@
   "formatter": {
     "enabled": true,
     "indentStyle": "space",
-    "indentSize": 2
+    "indentWidth": 2
   },
   "javascript": {
     "formatter": {
@@ -28,6 +28,6 @@
     }
   },
   "files": {
-    "ignore": [".vscode/", "pnpm-lock.yaml", "benchmark/results/"]
+    "ignore": ["pnpm-lock.yaml", "benchmark/results/"]
   }
 }