X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=d187e77fa07346dc11c63e85ecee08e74d13d10e;hb=884743b122a66be45c94d83d9230e28a9ab43836;hp=85990be0abd3898b34cb78a732bd1f3457f7f566;hpb=efebef40316438ac5a7244afdbfe41841295514c;p=poolifier.git diff --git a/biome.json b/biome.json index 85990be0..d187e77f 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.5.0/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" }