X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=c0cc4886d876415e534933decd6ea65fb7728d61;hb=374b95b33569a5b94b516a13420bad16ff562261;hp=ee69e9d78aade84de7106ee0ba01bf614c49e4b5;hpb=ca99018a2d4d55e4d96e16e14e05f92aa390096b;p=benchmarks-js.git diff --git a/biome.json b/biome.json index ee69e9d..c0cc488 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.6.2/schema.json", + "$schema": "https://biomejs.dev/schemas/1.8.0/schema.json", "organizeImports": { "enabled": false }, @@ -17,7 +17,7 @@ "javascript": { "formatter": { "quoteStyle": "single", - "trailingComma": "none", + "trailingCommas": "none", "semicolons": "asNeeded", "arrowParentheses": "asNeeded" }