X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=039debebf924088fa720e19d4d754af5fac9653e;hb=HEAD;hp=1c2d3f539892127caad6906c5b1ad0f2e4262e27;hpb=c4323aa17a62a1f1224835a27213ba46b9272b86;p=benchmarks-js.git diff --git a/biome.json b/biome.json index 1c2d3f5..2025428 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.7.3/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/"] } }