mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-06-25 01:21:52 +02:00
19 lines
430 B
JSON
19 lines
430 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema-strict.json",
|
|
"default": true,
|
|
"MD013": {
|
|
"line_length": 120,
|
|
"code_block_line_length": 120,
|
|
"heading_line_length": 80,
|
|
"tables": false,
|
|
},
|
|
"MD024": {
|
|
"siblings_only": true,
|
|
},
|
|
"MD033": {
|
|
"allowed_elements": ["br", "summary", "details"],
|
|
},
|
|
"MD040": false,
|
|
"MD046": false,
|
|
}
|