X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=2d7472ad1421c3ce54b207e67782ffa200cb7f7b;hb=f25e54844b249a9cdf5c50dfb8b8b29956ae01b5;hp=5281d146d81797478e17d2bedf7cc1d3cb6ce2d6;hpb=72d269f8887eb6859424f59473ef2e85568ceca6;p=benchmarks-js.git diff --git a/biome.json b/biome.json index 5281d14..2d7472a 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.7.0/schema.json", + "$schema": "https://biomejs.dev/schemas/1.8.2/schema.json", "organizeImports": { "enabled": false }, @@ -17,7 +17,7 @@ "javascript": { "formatter": { "quoteStyle": "single", - "trailingComma": "none", + "trailingCommas": "none", "semicolons": "asNeeded", "arrowParentheses": "asNeeded" }