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