fix: md lint annoyances

This commit is contained in:
Cory Dransfeldt 2023-11-16 12:35:43 -08:00
parent 6a85167ade
commit a20c15d0d6

View file

@ -3,6 +3,7 @@
"MD013": { "line_length": "5000" },
"MD033": false,
"MD036": false,
"MD054": false,
"no-hard-tabs": false,
"whitespace": false
}