X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=995c7a486e839929fb66cdac68a119095842a321;hb=HEAD;hp=2d7472ad1421c3ce54b207e67782ffa200cb7f7b;hpb=f25e54844b249a9cdf5c50dfb8b8b29956ae01b5;p=benchmarks-js.git diff --git a/biome.json b/biome.json index 2d7472a..630d3a2 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.8.2/schema.json", + "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", "organizeImports": { "enabled": false }, @@ -17,7 +17,7 @@ "javascript": { "formatter": { "quoteStyle": "single", - "trailingCommas": "none", + "trailingCommas": "es5", "semicolons": "asNeeded", "arrowParentheses": "asNeeded" }