forked from CivicActions/guidebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.remarkrc.error
57 lines (57 loc) · 2.21 KB
/
.remarkrc.error
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"settings": {
"listItemIndent": 1,
"bullet": "*",
"strong": "*",
"emphasis": "*",
"fences": true
},
"plugins": [
"remark-validate-links",
"remark-comment-config",
"remark-normalize-headings",
"remark-lint-final-newline",
"remark-lint-hard-break-spaces",
"remark-lint-heading-increment",
"remark-lint-list-item-bullet-indent",
"remark-lint-list-item-content-indent",
"remark-lint-no-auto-link-without-protocol",
"remark-lint-no-blockquote-without-caret",
"remark-lint-no-duplicate-definitions",
"remark-lint-no-duplicate-headings-in-section",
"remark-lint-no-emphasis-as-heading",
"remark-lint-no-empty-url",
"remark-lint-no-file-name-articles",
"remark-lint-no-file-name-consecutive-dashes",
"remark-lint-no-file-name-irregular-characters",
"remark-lint-no-file-name-mixed-case",
"remark-lint-no-file-name-outer-dashes",
"remark-lint-no-heading-content-indent",
"remark-lint-no-inline-padding",
"remark-lint-no-literal-urls",
"remark-lint-no-multiple-toplevel-headings",
"remark-lint-no-shortcut-reference-image",
"remark-lint-no-shortcut-reference-link",
"remark-lint-no-table-indentation",
"remark-lint-no-tabs",
"remark-lint-no-undefined-references",
"remark-lint-no-unused-definitions",
"remark-lint-table-pipe-alignment",
"remark-lint-table-pipes",
["remark-lint-blockquote-indentation", "2"],
["remark-lint-checkbox-character-style", "consistent"],
["remark-lint-code-block-style", "consistent"],
["remark-lint-emphasis-marker", "consistent"],
["remark-lint-fenced-code-marker", "consistent"],
["remark-lint-first-heading-level", 1],
["remark-lint-link-title-style", "\""],
["remark-lint-list-item-indent", "space"],
["remark-lint-maximum-heading-length", 100],
["remark-lint-ordered-list-marker-style", "."],
["remark-lint-rule-style", "consistent"],
["remark-lint-strong-marker", "consistent"],
["remark-lint-table-cell-padding", "consistent"],
["remark-lint-table-cell-padding", "consistent"],
["remark-lint-unordered-list-marker-style", "*"]
]
}