X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=5b763ea7c20f26a9795853085315a100f884a52d;hb=84b763a298a88a7e9aa581210108cd57c8e2000b;hp=f16a718308b0cf0f969b509798bb6a8d340604f6;hpb=671d7b127193e3f35faa02d18cbeeb3b8778be9f;p=benchmarks-js.git diff --git a/biome.json b/biome.json index f16a718..5b763ea 100644 --- a/biome.json +++ b/biome.json @@ -1,10 +1,10 @@ { - "$schema": "https://biomejs.dev/schemas/1.2.1/schema.json", + "$schema": "https://biomejs.dev/schemas/1.5.0/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/"] } }