X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=039debebf924088fa720e19d4d754af5fac9653e;hb=HEAD;hp=0d36c3b65238387f6fa311a501f71cd218eb0cec;hpb=b54c96ac148f60ec7f1b676d818fa2be650ca2d4;p=benchmarks-js.git diff --git a/biome.json b/biome.json index 0d36c3b..f1a087c 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.6.3/schema.json", + "$schema": "https://biomejs.dev/schemas/1.8.1/schema.json", "organizeImports": { "enabled": false }, @@ -17,7 +17,7 @@ "javascript": { "formatter": { "quoteStyle": "single", - "trailingComma": "none", + "trailingCommas": "none", "semicolons": "asNeeded", "arrowParentheses": "asNeeded" }