X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=995c7a486e839929fb66cdac68a119095842a321;hb=7c1357ca82c292d9c47938828745824d51cbaca7;hp=5b763ea7c20f26a9795853085315a100f884a52d;hpb=84b763a298a88a7e9aa581210108cd57c8e2000b;p=benchmarks-js.git diff --git a/biome.json b/biome.json index 5b763ea..995c7a4 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.5.0/schema.json", + "$schema": "https://biomejs.dev/schemas/1.8.2/schema.json", "organizeImports": { "enabled": false }, @@ -17,7 +17,7 @@ "javascript": { "formatter": { "quoteStyle": "single", - "trailingComma": "none", + "trailingCommas": "es5", "semicolons": "asNeeded", "arrowParentheses": "asNeeded" }