X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=3b9848664ef3343668bfee93a5968b254d49e4aa;hb=HEAD;hp=55a5f761d254a298a3dd1061e38a855f180d315a;hpb=f09139cfc12db0f486bf4b299cbda7f67cb20b85;p=poolifier.git diff --git a/biome.json b/biome.json index 55a5f761..c2babc3e 100644 --- a/biome.json +++ b/biome.json @@ -1,10 +1,10 @@ { - "$schema": "https://biomejs.dev/schemas/1.1.2/schema.json", + "$schema": "https://biomejs.dev/schemas/1.8.0/schema.json", "organizeImports": { "enabled": false }, "linter": { - "enabled": true, + "enabled": false, "rules": { "recommended": true } @@ -12,20 +12,24 @@ "formatter": { "enabled": true, "indentStyle": "space", - "indentSize": 2 + "indentWidth": 2 }, "javascript": { "formatter": { "quoteStyle": "single", - "trailingComma": "none", - "semicolons": "asNeeded" + "trailingCommas": "none", + "semicolons": "asNeeded", + "arrowParentheses": "asNeeded" + } + }, + "json": { + "parser": { + "allowComments": true } }, "files": { "ignore": [ ".nyc_output/", - ".vscode/", - "benchmarks/internal/results/", "coverage/", "docs/**/*.css", "docs/**/*.html",