build(deps-dev): Bump @biomejs/biome from 1.5.1 to 1.5.2
[benchmarks-js.git] / biome.json
index ce653d378befb9eb99dbf936527249743ac077e9..ecb00e9a948dd2fc7c81f174ad22a8541ea0881e 100644 (file)
@@ -1,10 +1,10 @@
 {
-  "$schema": "https://biomejs.dev/schemas/1.1.2//schema.json",
+  "$schema": "https://biomejs.dev/schemas/1.5.1/schema.json",
   "organizeImports": {
     "enabled": false
   },
   "linter": {
-    "enabled": true,
+    "enabled": false,
     "rules": {
       "recommended": true
     }
@@ -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/"]
   }
 }