X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=d187e77fa07346dc11c63e85ecee08e74d13d10e;hb=5993cfc5a031fd2d64f644505db125bc1d28b05b;hp=7f1c9342bec900dcda1d378f3fc292fd0d4646c3;hpb=0fc36edbac1c70ff41c76de06844d63057fe6d91;p=poolifier.git diff --git a/biome.json b/biome.json index 7f1c9342..d187e77f 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.3.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" }