6f3fa06fd1
Change from ruby mdl to node markdownlint, add config file to root of project, delete old config file, update exceptions, and fix one doc that was didn't meet standards
31 lines
593 B
JSON
31 lines
593 B
JSON
{
|
|
"default": true,
|
|
"first-header-h1": true,
|
|
"header-style": {
|
|
"style": "atx"
|
|
},
|
|
"ul-style": {
|
|
"style": "dash"
|
|
},
|
|
"line-length": false,
|
|
"commands-show-output": false,
|
|
"no-duplicate-header": {
|
|
"allow_different_nesting": true
|
|
},
|
|
"no-trailing-punctuation": {
|
|
"punctuation": ".,;:!。,;:!?"
|
|
},
|
|
"ol-prefix": {
|
|
"style": "one"
|
|
},
|
|
"no-inline-html": false,
|
|
"hr-style": {
|
|
"style": "---"
|
|
},
|
|
"no-emphasis-as-heading": false,
|
|
"fenced-code-language": false,
|
|
"first-line-h1": false,
|
|
"code-block-style": {
|
|
"style": "fenced"
|
|
}
|
|
}
|