X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=039debebf924088fa720e19d4d754af5fac9653e;hb=HEAD;hp=9932fad6ca4336bd717015741279605f9b773583;hpb=232b7d758b9f54bddaab86a521114665458a218d;p=benchmarks-js.git diff --git a/biome.json b/biome.json index 9932fad..f1a087c 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.5.2/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" }