X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=b98a1b80ed1837926060c60cd23d487d1dac4fa3;hb=a1b4a65143c0253b57fee18affd88a554122e955;hp=c5f22da5334268dfe4ed5095492b7c32c610e786;hpb=4f48f6135d7d5e6789e443d293bbaa37fb283562;p=poolifier.git diff --git a/biome.json b/biome.json index c5f22da5..b98a1b80 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.7.1/schema.json", + "$schema": "https://biomejs.dev/schemas/1.8.2/schema.json", "organizeImports": { "enabled": false }, @@ -17,7 +17,7 @@ "javascript": { "formatter": { "quoteStyle": "single", - "trailingComma": "none", + "trailingCommas": "es5", "semicolons": "asNeeded", "arrowParentheses": "asNeeded" }