X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=d187e77fa07346dc11c63e85ecee08e74d13d10e;hb=88860dc62ddf62947b3b76703d4be7bf9137e401;hp=0693c7e725b24a17769f082e0831f4e330974ef0;hpb=4c0c16dd49d3a65685a82e69720f4555dca24608;p=poolifier.git diff --git a/biome.json b/biome.json index 0693c7e7..d187e77f 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.1/schema.json", "organizeImports": { "enabled": false }, @@ -17,7 +17,7 @@ "javascript": { "formatter": { "quoteStyle": "single", - "trailingComma": "none", + "trailingCommas": "none", "semicolons": "asNeeded", "arrowParentheses": "asNeeded" }