X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=d187e77fa07346dc11c63e85ecee08e74d13d10e;hb=refs%2Fheads%2Fmaster;hp=2caeaf87d20a17853ff9dd40ce5fd68f24b2662d;hpb=c5eb9fdabdf2e40aaa3cab44faf6ee67c4cde4d6;p=poolifier.git diff --git a/biome.json b/biome.json index 2caeaf87..51f03e20 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.6.1/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" }