fix: lint md files
This commit is contained in:
parent
7b21a5b384
commit
55b45b8305
7 changed files with 43 additions and 36 deletions
7
markdownlint.config.json
Normal file
7
markdownlint.config.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD013": { "line_length": "5000" },
|
||||
"MD036": false,
|
||||
"no-hard-tabs": false,
|
||||
"whitespace": false
|
||||
}
|
Reference in a new issue