X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=f1a087c02a74a888a25e87656782120ac79e88e2;hb=512ff724b68d11b6954e2902a9a7ae4ebd5b8c95;hp=5f717050a52aadbc2cda66daa10016715721ab04;hpb=5b477257112eae391110ccea710b4250a28053dc;p=benchmarks-js.git diff --git a/biome.json b/biome.json index 5f71705..f1a087c 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.4.1/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" }