X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=039debebf924088fa720e19d4d754af5fac9653e;hb=HEAD;hp=ce653d378befb9eb99dbf936527249743ac077e9;hpb=f913c68ce1ad111704f1f319706cb99e9659e236;p=benchmarks-js.git diff --git a/biome.json b/biome.json index ce653d3..2025428 100644 --- a/biome.json +++ b/biome.json @@ -1,10 +1,10 @@ { - "$schema": "https://biomejs.dev/schemas/1.1.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/"] } }