Add code_blocks parameter to MD044/proper-names (fixes #50).

This commit is contained in:
David Anson 2017-03-18 19:47:26 -07:00
parent 15fe91ba38
commit 31c252a55c
6 changed files with 64 additions and 4 deletions

View file

@ -0,0 +1,14 @@
{
"default": true,
"MD044": {
"names": [
"markdownlint",
"JavaScript",
"Node.js",
"GitHub",
"npm",
"Internet Explorer"
],
"code_blocks": false
}
}