X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=f1a087c02a74a888a25e87656782120ac79e88e2;hb=646b382ec347adce892e6391369365a2a1f74c04;hp=7bd6b185a111a71840abbfb8e5854358783e2150;hpb=cf5876285ff8d915e337744c7121e6db78f35d27;p=benchmarks-js.git diff --git a/biome.json b/biome.json index 7bd6b18..f1a087c 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.1/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" }