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