X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=aac8a42cc1de57105e02edab8c160a66611abec7;hb=4e1212db1d198963828820471bde6902277d0388;hp=55a5f761d254a298a3dd1061e38a855f180d315a;hpb=4a3945b44f1419e738917f46b5e26cf4036bb905;p=poolifier.git diff --git a/biome.json b/biome.json index 55a5f761..aac8a42c 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.1.2/schema.json", + "$schema": "https://biomejs.dev/schemas/1.2.2/schema.json", "organizeImports": { "enabled": false }, @@ -18,7 +18,13 @@ "formatter": { "quoteStyle": "single", "trailingComma": "none", - "semicolons": "asNeeded" + "semicolons": "asNeeded", + "arrowParentheses": "asNeeded" + } + }, + "json": { + "parser": { + "allowComments": true } }, "files": {