X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=a30cbdd7dfb8da3f1214473a9cb66c9692d1c511;hb=660689f017615c233020793967822c31975e5aa0;hp=55a5f761d254a298a3dd1061e38a855f180d315a;hpb=4a3945b44f1419e738917f46b5e26cf4036bb905;p=poolifier.git diff --git a/biome.json b/biome.json index 55a5f761..a30cbdd7 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,14 +18,18 @@ "formatter": { "quoteStyle": "single", "trailingComma": "none", - "semicolons": "asNeeded" + "semicolons": "asNeeded", + "arrowParentheses": "asNeeded" + } + }, + "json": { + "parser": { + "allowComments": true } }, "files": { "ignore": [ ".nyc_output/", - ".vscode/", - "benchmarks/internal/results/", "coverage/", "docs/**/*.css", "docs/**/*.html",