Convert .markdown-lint.yml to json

This commit is contained in:
Ilan Cosman 2021-03-04 17:12:34 -08:00
parent 4811e4df6f
commit 13e08db989
2 changed files with 7 additions and 5 deletions

7
.github/linters/.markdown-lint.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"default": true,
"first-line-h1": false,
"line_length": false,
"no-duplicate-heading": false,
"no-inline-html": false
}

View File

@ -1,5 +0,0 @@
---
MD013: false # Line-length
MD024: false # No-duplicate-headers
MD033: false # Inline-html
MD041: false # First line in file should be a top level heading