X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=d187e77fa07346dc11c63e85ecee08e74d13d10e;hb=11089b5ca8d9821f63f404b9460eddf86c2bea3d;hp=7f1c9342bec900dcda1d378f3fc292fd0d4646c3;hpb=ff0efcb4bad8d29c2914494793c43e7883c1e935;p=poolifier.git diff --git a/biome.json b/biome.json index 7f1c9342..d187e77f 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.3.3/schema.json", + "$schema": "https://biomejs.dev/schemas/1.8.1/schema.json", "organizeImports": { "enabled": false }, @@ -17,7 +17,7 @@ "javascript": { "formatter": { "quoteStyle": "single", - "trailingComma": "none", + "trailingCommas": "none", "semicolons": "asNeeded", "arrowParentheses": "asNeeded" }