rfc/.remarkrc
Dean Eigenmann 5330062487
adds link checks (#131)
Co-authored-by: Oskar Thorén <ot@oskarthoren.com>
2020-05-21 12:20:44 +08:00

37 lines
1.2 KiB
Plaintext

{
"presets": ["lint-recommended", "lint-consistent"],
"plugins": {
"validate-links": {"repository": false},
"remark-lint": {
"unordered-list-marker-style": "consistent",
"list-item-bullet-indent": true,
"list-item-indent": false,
"list-item-spacing": false,
"no-html": false,
"maximum-line-length": false,
"no-file-name-mixed-case": false,
"heading-increment": false,
"no-multiple-toplevel-headings": true,
"no-consecutive-blank-lines": false,
"maximum-line-length": 9000,
"maximum-heading-length": 300,
"no-heading-punctuation": false,
"no-duplicate-headings": false,
"emphasis-marker": "*",
"no-tabs": true,
"blockquote-indentation": false,
"strong-marker": "*",
"heading-style": "atx",
"final-newline": true,
"heading-increment": true,
"no-tabs": true
}
},
"settings": {
"bullet": "*",
"listItemIndent": "2",
"strong": "*",
"emphasis": "*"
}
}