paulirish.git-open/markdownlint.json
August Valera 5b815cb619 Fix current errors in Markdown files
Also: add package-lock.json to gitignore
Remove prefix $ for commands in the manpage, hope people aren't angry
Add MD034 to markdownlint ignore (bare links, which are helpful for the
manpage)
2018-02-24 22:00:30 -08:00

16 lines
275 B
JSON

{
"default": true,
"MD002": false,
"MD003": { "style": "atx" },
"MD004": { "style": "dash" },
"MD007": { "indent": 4 },
"MD009": false,
"MD012": false,
"MD013": false,
"MD026": false,
"MD033": false,
"MD034": false,
"MD036": false,
"MD041": false
}