-
Notifications
You must be signed in to change notification settings - Fork 0
/
.remarkrc
35 lines (35 loc) · 1.05 KB
/
.remarkrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"plugins": [
"remark-preset-lint-markdown-style-guide",
"lint",
["lint-checkbox-character-style", {"checked": "x", "unchecked": " "}],
"lint-checkbox-content-indent",
"lint-final-newline",
"lint-list-item-bullet-indent",
"lint-list-item-content-indent",
["lint-list-item-indent", "space"],
["lint-list-item-spacing", false],
["lint-maximum-heading-length", false],
["lint-maximum-line-length", 120],
["lint-no-duplicate-headings", false],
["lint-no-duplicate-headings-in-section", true],
"lint-no-heading-content-indent",
"lint-no-heading-indent",
["lint-no-missing-blank-lines", {"exceptTightLists": true}],
"lint-no-paragraph-content-indent",
"lint-no-reference-like-url",
"lint-no-tabs",
["lint-table-pipe-alignment", false],
["lint-table-cell-padding", false],
["lint-table-pipes", false]
],
"settings": {
"bullet": "-",
"commonmark": true,
"emphasis": "*",
"incrementListMarker": false,
"listItemIndent": 1,
"rule": "-",
"ruleSpaces": false
}
}