X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=51f03e20279bf8c06286e19d0fbdbe51c623676d;hb=0b7cbf73dfdc8346132c002ba9c83fdafe286ee2;hp=4be47502ab4fe1ae665f881035dcdebb4490cad4;hpb=c7a62b64618a72fd0718f8820b0428e60b97a571;p=poolifier.git diff --git a/biome.json b/biome.json index 4be47502..51f03e20 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.6.4/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" }