X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=56ea361876eae835515897e0d56bad903351aa95;hb=08aaa20f1cc87dd022265b9bcb4439ddc58cbb3f;hp=55a5f761d254a298a3dd1061e38a855f180d315a;hpb=4e6ddcbc38e0374e33505f5e363d2e7ec8a21c79;p=poolifier.git diff --git a/biome.json b/biome.json index 55a5f761..56ea3618 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.1/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": {