X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=039debebf924088fa720e19d4d754af5fac9653e;hb=HEAD;hp=8a79b0631dbe51ca74efbd7c69fa0e211482d980;hpb=6fbb64fd0e855c662dbdbf65bfe0638ec0dae226;p=benchmarks-js.git diff --git a/biome.json b/biome.json index 8a79b06..c0cc488 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.0/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" }