Merge dependabot/npm_and_yarn/commitlint/cli-18.1.0 into combined-prs-branch
[benchmarks-js.git] / biome.json
index ce653d378befb9eb99dbf936527249743ac077e9..234ef31219cfe025a21cc3afb2816ac97fb75119 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "$schema": "https://biomejs.dev/schemas/1.1.2//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/"]
   }
 }