X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=3b9848664ef3343668bfee93a5968b254d49e4aa;hb=HEAD;hp=f51e0bed4c81735e39d4c58dca115d5b0c49cf54;hpb=687945c94693b25a4b093a7cced2bc8c53a24847;p=poolifier.git diff --git a/biome.json b/biome.json index f51e0bed..d187e77f 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.6.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" }