Add headers parameter to MD013/line-length (fixes #35).

This commit is contained in:
David Anson 2017-02-11 16:20:24 -08:00
parent 16dc230d54
commit 00171da565
6 changed files with 56 additions and 4 deletions

View file

@ -129,6 +129,11 @@ rules.forEach(function forRule(rule) {
"description": "Include tables",
"type": "boolean",
"default": true
},
"headers": {
"description": "Include headers",
"type": "boolean",
"default": true
}
};
break;