1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 15:56:23 -04:00
jarv.is/.markdownlint.json
Jake Jarvis 892cd20c40
lint all of the things
stylelint, markdownlint, linkinator
2020-01-08 10:17:55 -05:00

19 lines
525 B
JSON

{
"default": true,
"code-block-style": { "style": "fenced" },
"code-fence-style": { "style": "backtick" },
"fenced-code-language": true,
"heading-increment": false,
"heading-style": { "style": "atx" },
"hr-style": { "style": "---" },
"line-length": false,
"no-blanks-blockquote": true,
"no-empty-links": false,
"no-hard-tabs": false,
"no-inline-html": { "allowed_elements": [ "span" ] },
"no-multiple-blanks": false,
"no-trailing-punctuation": false,
"single-h1": false,
"whitespace": false
}