X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=b98a1b80ed1837926060c60cd23d487d1dac4fa3;hb=8004ea76f77c3dee098569b37bc9dec9e82f8fe3;hp=12a35252525b268e63af0bbf0bc07d8cbe24ae48;hpb=3dadb9c5b22c8a7e2e75fd2210e3456ea487e38a;p=poolifier.git diff --git a/biome.json b/biome.json index 12a35252..b98a1b80 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.5.3/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" }