X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=5f717050a52aadbc2cda66daa10016715721ab04;hb=c28832911c0fa712cbc6a6ef2a14cbe9c9ba0f3a;hp=1c2d3f539892127caad6906c5b1ad0f2e4262e27;hpb=c4323aa17a62a1f1224835a27213ba46b9272b86;p=benchmarks-js.git diff --git a/biome.json b/biome.json index 1c2d3f5..5f71705 100644 --- a/biome.json +++ b/biome.json @@ -1,10 +1,10 @@ { - "$schema": "https://biomejs.dev/schemas/1.2.2/schema.json", + "$schema": "https://biomejs.dev/schemas/1.4.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/"] } }