R.31 mark Example as Example, bad (closes #1651)
[CppCoreGuidelines.git] / scripts / nodejs / remark / .remarkrc
blob9b4ed377bc742680932961c8514b74ed09815d25
2     "presets": ["lint-recommended", "lint-consistent"],
3     "plugins": {
4         "remark-lint": {
5             "unordered-list-marker-style": "consistent",
6             "list-item-bullet-indent": true,
7             "list-item-indent": false,
8             "list-item-spacing": false,
9             "no-html": false,
10             "maximum-line-length": false,
11             "no-file-name-mixed-case": false,
12             "heading-increment": false,
13             "no-multiple-toplevel-headings": true,
14             "no-consecutive-blank-lines": false,
15             "maximum-line-length": 9000,
16             "maximum-heading-length": 300,
17             "no-heading-punctuation": false,
18             "no-duplicate-headings": false,
19             "emphasis-marker": "*",
20             "no-tabs": true,
21             "blockquote-indentation": false,
22             "strong-marker": "*"
23         }
24     },
25     "settings": {
26         "bullet": "*",
27         "listItemIndent": "1",
28         "strong": "*",
29         "emphasis": "*"
30     }