mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 21:33:07 +00:00
14 lines
719 B
JSON
14 lines
719 B
JSON
{
|
|
"config": {
|
|
"MD013": false, // Line length: allow longer lines in prose and tables.
|
|
"MD040": false, // Fenced code blocks language: allow language-less fences.
|
|
"MD060": false, // Table column style: relax spacing requirements.
|
|
"MD031": false, // Blank lines around fenced code blocks: allow compact fences.
|
|
"MD032": false, // Blank lines around lists: allow tight lists when desired.
|
|
"MD022": false, // Blank lines around headings: allow headings adjacent to text.
|
|
"MD024": false, // Duplicate headings: allow repeated section titles.
|
|
"MD029": false, // Ordered list prefix consistency: allow mixed numbering.
|
|
"MD009": false // Trailing spaces: allow intentional spacing.
|
|
}
|
|
}
|