X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=f1a087c02a74a888a25e87656782120ac79e88e2;hb=127d9cbe074a61a4e14b0b48162f2a89142f8728;hp=5796ae15fe73e98f07079c35f0015c1385ef24cb;hpb=38314b39fb2113b0510a2610a7c9f50c2079a52d;p=benchmarks-js.git diff --git a/biome.json b/biome.json index 5796ae1..f1a087c 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.3.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" }