fix: lint md files

This commit is contained in:
Cory Dransfeldt 2023-03-27 18:12:49 -07:00
parent 7b21a5b384
commit 55b45b8305
No known key found for this signature in database
7 changed files with 43 additions and 36 deletions

7
markdownlint.config.json Normal file
View file

@ -0,0 +1,7 @@
{
"default": true,
"MD013": { "line_length": "5000" },
"MD036": false,
"no-hard-tabs": false,
"whitespace": false
}