X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=f30d0d5db0ab4a5379fa657cb243bd30e552a3cd;hb=943da32e5d50721beb3c9d58ad0f59cb708f934a;hp=4bd089e4f9ccb2562f80a0ba15a7ba8ab0125541;hpb=575b4bf80e2a901306fe424c6441c94b59497717;p=poolifier.git diff --git a/biome.json b/biome.json index 4bd089e4..f30d0d5d 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.7.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": "none", "semicolons": "asNeeded", "arrowParentheses": "asNeeded" }