New markdown lint JSON file

Defines certain rules for markdown linting such as the allowed usage of
`<br>` elements, etc.
pull/1/head
Robert Dailey 3 years ago
parent 47663c0ed8
commit 7c325856c7

@ -0,0 +1,10 @@
{
"default": true,
"line-length": {
"line_length": 100,
"tables": false
},
"no-inline-html": {
"allowed_elements": ["br"]
}
}
Loading…
Cancel
Save