biome/.markdownlint.json
Arend van Beelen jr. 819245188e
Some checks are pending
Benchmarks / Bench (push) Waiting to run
CI on main / Format Rust Files (push) Waiting to run
CI on main / Lint Rust Files (push) Waiting to run
CI on main / Check Dependencies (push) Waiting to run
CI on main / Test (push) Waiting to run
CI on main / Test262 Coverage (push) Waiting to run
Release / Release (push) Waiting to run
Release / version (push) Blocked by required conditions
Release / Package darwin-arm64 (push) Blocked by required conditions
Release / Package darwin-x64 (push) Blocked by required conditions
Release / Package linux-arm64-musl (push) Blocked by required conditions
Release / Package linux-x64-musl (push) Blocked by required conditions
Release / Package win32-arm64 (push) Blocked by required conditions
Release / Package win32-x64 (push) Blocked by required conditions
Release / Package linux-arm64 (push) Blocked by required conditions
Release / Package linux-x64 (push) Blocked by required conditions
Release / Build WASM (push) Blocked by required conditions
Release / Package JavaScript APIs (push) Blocked by required conditions
Release / Publish CLI (push) Blocked by required conditions
Release / Publish JS API (push) Blocked by required conditions
Repository dispatch on main / Build @biomejs/wasm-web (push) Waiting to run
Repository dispatch on main / Repository dispatch (push) Blocked by required conditions
fix(core): infer for-of and for-in loop variables (#6809)
2025-07-10 10:26:42 +02:00

33 lines
693 B
JSON

{
"code-block-style": {
"style": "fenced"
},
"code-fence-style": {
"style": "backtick"
},
"emphasis-style": null,
"headings-style": {
"style": "atx"
},
"hr-style": {
"style": "---"
},
"ul-style": null,
"line-length": null,
"no-duplicate-heading": null,
"blanks-around-lists": null,
"no-multiple-blanks": null,
"no-emphasis-as-heading": null,
"blanks-around-fences": null,
"blanks-around-headings": null,
"heading-increment": null,
"no-inline-html": null,
"no-hard-tabs": null,
"fenced-code-language": null,
"ul-indent": null,
"first-line-heading": null,
"no-bare-urls": null,
"ol-prefix": {
"style": "one_or_ordered"
}
}