mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 12:03:48 +03:00
Convert .markdown-lint.yml to json
This commit is contained in:
parent
4811e4df6f
commit
13e08db989
7
.github/linters/.markdown-lint.json
vendored
Normal file
7
.github/linters/.markdown-lint.json
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"default": true,
|
||||
"first-line-h1": false,
|
||||
"line_length": false,
|
||||
"no-duplicate-heading": false,
|
||||
"no-inline-html": false
|
||||
}
|
5
.github/linters/.markdown-lint.yml
vendored
5
.github/linters/.markdown-lint.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user