X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=f30d0d5db0ab4a5379fa657cb243bd30e552a3cd;hb=177e46bb9cab33ad65c64b3dd5fd524bb0ac1eef;hp=c5f22da5334268dfe4ed5095492b7c32c610e786;hpb=4f48f6135d7d5e6789e443d293bbaa37fb283562;p=poolifier.git diff --git a/biome.json b/biome.json index c5f22da5..f30d0d5d 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.7.1/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" }