X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=2d7472ad1421c3ce54b207e67782ffa200cb7f7b;hb=f25e54844b249a9cdf5c50dfb8b8b29956ae01b5;hp=7bd6b185a111a71840abbfb8e5854358783e2150;hpb=87cb7bbc8800cdf11be0ac4ca02987a986bc0ce8;p=benchmarks-js.git diff --git a/biome.json b/biome.json index 7bd6b18..2d7472a 100644 --- a/biome.json +++ b/biome.json @@ -1,10 +1,10 @@ { - "$schema": "https://biomejs.dev/schemas/1.3.3/schema.json", + "$schema": "https://biomejs.dev/schemas/1.8.2/schema.json", "organizeImports": { "enabled": false }, "linter": { - "enabled": true, + "enabled": false, "rules": { "recommended": true } @@ -17,7 +17,7 @@ "javascript": { "formatter": { "quoteStyle": "single", - "trailingComma": "none", + "trailingCommas": "none", "semicolons": "asNeeded", "arrowParentheses": "asNeeded" }