X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=54a21abe75f65b037b257ee8e00132be4cd281bd;hb=37b32d84b2a0d8f8addad8c5e6a306c7dd22d58d;hp=55a5f761d254a298a3dd1061e38a855f180d315a;hpb=f09139cfc12db0f486bf4b299cbda7f67cb20b85;p=poolifier.git diff --git a/biome.json b/biome.json index 55a5f761..54a21abe 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,13 +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",