Adds MarkdownLint configuration (#9725)

* Adds MarkdownLint configuration

* Removes misplaced dockerfile
This commit is contained in:
Franck Nijhof 2019-06-29 14:35:45 +02:00 committed by Pascal Vizeli
parent d1713e329f
commit 2e1791b0c1

6
.markdownlint.json Normal file
View File

@ -0,0 +1,6 @@
{
"MD002": { "level": 2 },
"MD013": false,
"MD024": { "siblings_only": true },
"MD033": false
}