markdownlint
Version:
A Node.js style checker and lint tool for Markdown/CommonMark files.
23 lines (21 loc) • 338 B
JSON
{
"comment": "Rules for the style guide at https://www.cirosantilli.com/markdown-style-guide/",
"default": true,
"MD003": {
"style": "atx"
},
"MD004": {
"style": "dash"
},
"MD007": {
"indent": 4
},
"MD030": {
"ul_multi": 3,
"ol_multi": 2
},
"MD033": false,
"MD035": {
"style": "---"
}
}