X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=d187e77fa07346dc11c63e85ecee08e74d13d10e;hb=refs%2Fheads%2Fmaster;hp=f3a6f7889efbbfdc3b28566e4f95f70bb052ffd8;hpb=adccd57c8a8885c4fbc1a061eef95947603337c6;p=poolifier.git diff --git a/biome.json b/biome.json index f3a6f788..51f03e20 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.4.0/schema.json", + "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", "organizeImports": { "enabled": false }, @@ -17,7 +17,7 @@ "javascript": { "formatter": { "quoteStyle": "single", - "trailingComma": "none", + "trailingCommas": "es5", "semicolons": "asNeeded", "arrowParentheses": "asNeeded" }