Add config to markdownl linter to allow sibling rule

This commit is contained in:
Pavel Lobashov 2018-12-22 16:44:50 +03:00
parent 14d058c364
commit f20bcf1ca1

3
.markdownlint.json Normal file
View file

@ -0,0 +1,3 @@
{
"MD024": { "siblings_only": true }
}