44 строки
1.3 KiB
JSON
44 строки
1.3 KiB
JSON
{
|
|
"header-increment": true,
|
|
"first-header-h1": true,
|
|
"header-style": { "style": "atx" },
|
|
"ul-style": { "style": "asterisk" },
|
|
"list-indent": true,
|
|
"ul-start-left": true,
|
|
"ul-indent": { "indent": 4 },
|
|
"no-trailing-spaces": true,
|
|
"no-hard-tabs": true,
|
|
"no-reversed-links": true,
|
|
"no-multiple-blanks": { "maximum" : 1 },
|
|
"line-length": false,
|
|
"commands-show-output": true,
|
|
"no-missing-space-atx": true,
|
|
"no-multiple-space-atx": true,
|
|
"no-missing-space-closed-atx": true,
|
|
"no-multiple-space-closed-atx": true,
|
|
"blanks-around-headers": true,
|
|
"header-start-left": true,
|
|
"no-duplicate-header": {"siblings_only": true},
|
|
"single-h1": true,
|
|
"no-trailing-punctuation": true,
|
|
"no-multiple-space-blockquote": true,
|
|
"no-blanks-blockquote": true,
|
|
"ol-prefix": { "style" : "ordered" },
|
|
"list-marker-space": true,
|
|
"blanks-around-fences": true,
|
|
"blanks-around-lists": false,
|
|
"no-inline-html": {
|
|
"allowed_elements": ["br", "kbd", "span", "div", "b"]
|
|
},
|
|
"no-bare-urls": true,
|
|
"hr-style": { "style" : "----"},
|
|
"no-emphasis-as-header": true,
|
|
"no-space-in-emphasis": true,
|
|
"no-space-in-code": true,
|
|
"no-space-in-links": true,
|
|
"fenced-code-language": true,
|
|
"first-line-h1": false,
|
|
"no-empty-links": true,
|
|
"required-headers": true
|
|
}
|