X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=c2babc3e493a8ef25ff520e68bdc83ab6efd9d71;hb=a34cc3e737c8c1718282f6f8c8d442950c0d4771;hp=2caeaf87d20a17853ff9dd40ce5fd68f24b2662d;hpb=c5eb9fdabdf2e40aaa3cab44faf6ee67c4cde4d6;p=poolifier.git diff --git a/biome.json b/biome.json index 2caeaf87..c2babc3e 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.0/schema.json", "organizeImports": { "enabled": false }, @@ -17,7 +17,7 @@ "javascript": { "formatter": { "quoteStyle": "single", - "trailingComma": "none", + "trailingCommas": "none", "semicolons": "asNeeded", "arrowParentheses": "asNeeded" }