X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=039debebf924088fa720e19d4d754af5fac9653e;hb=HEAD;hp=f16a718308b0cf0f969b509798bb6a8d340604f6;hpb=671d7b127193e3f35faa02d18cbeeb3b8778be9f;p=benchmarks-js.git diff --git a/biome.json b/biome.json index f16a718..f1a087c 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.8.1/schema.json", "organizeImports": { "enabled": false }, "linter": { - "enabled": true, + "enabled": false, "rules": { "recommended": true } @@ -12,12 +12,12 @@ "formatter": { "enabled": true, "indentStyle": "space", - "indentSize": 2 + "indentWidth": 2 }, "javascript": { "formatter": { "quoteStyle": "single", - "trailingComma": "none", + "trailingCommas": "none", "semicolons": "asNeeded", "arrowParentheses": "asNeeded" } @@ -28,6 +28,6 @@ } }, "files": { - "ignore": [".vscode/", "pnpm-lock.yaml", "benchmark/results/"] + "ignore": ["pnpm-lock.yaml", "benchmark/results/"] } }