X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=3b9848664ef3343668bfee93a5968b254d49e4aa;hb=HEAD;hp=0693c7e725b24a17769f082e0831f4e330974ef0;hpb=7dc67481eb38d1a93f47a67fbb4e3cb60c048221;p=poolifier.git diff --git a/biome.json b/biome.json index 0693c7e7..c2babc3e 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" }