Skip to content

Commit

Permalink
Adds MarkdownLint configuration (home-assistant#9725)
Browse files Browse the repository at this point in the history
* Adds MarkdownLint configuration

* Removes misplaced dockerfile
  • Loading branch information
frenck authored and pvizeli committed Jun 29, 2019
1 parent d1713e3 commit 2e1791b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"MD002": { "level": 2 },
"MD013": false,
"MD024": { "siblings_only": true },
"MD033": false
}

0 comments on commit 2e1791b

Please sign in to comment.