X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=995c7a486e839929fb66cdac68a119095842a321;hb=6e8d414e4651c67f60c9785f764107096039564f;hp=1c2d3f539892127caad6906c5b1ad0f2e4262e27;hpb=c4323aa17a62a1f1224835a27213ba46b9272b86;p=benchmarks-js.git diff --git a/biome.json b/biome.json index 1c2d3f5..995c7a4 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.8.2/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": "es5", "semicolons": "asNeeded", "arrowParentheses": "asNeeded" } @@ -28,6 +28,6 @@ } }, "files": { - "ignore": [".vscode/", "pnpm-lock.yaml", "benchmark/results/"] + "ignore": ["pnpm-lock.yaml", "benchmark/results/"] } }