generated from saic-oss/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 6
/
.remarkrc
41 lines (41 loc) · 1.61 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
36
37
38
39
40
41
{
"plugins": [
"remark-lint-file-extension",
"remark-lint-no-file-name-mixed-case",
"remark-lint-no-file-name-articles",
"remark-lint-no-file-name-irregular-characters",
"remark-lint-no-file-name-consecutive-dashes",
"remark-lint-no-file-name-outer-dashes",
"remark-lint-no-consecutive-blank-lines",
"remark-lint-hard-break-spaces",
["remark-lint-heading-style", "atx"],
"remark-lint-heading-increment",
"remark-lint-no-multiple-toplevel-headings",
["remark-lint-blockquote-indentation", 2],
"remark-lint-no-blockquote-without-marker",
["remark-lint-unordered-list-marker-style", "-"],
["remark-lint-ordered-list-marker-style", "."],
["remark-lint-ordered-list-marker-value", "one"],
["remark-lint-list-item-indent", "space"],
"remark-lint-list-item-content-indent",
["remark-lint-code-block-style", "fenced"],
["remark-lint-fenced-code-flag", {"allowEmpty": false}],
["remark-lint-fenced-code-marker", "`"],
["remark-lint-rule-style", "---"],
"remark-lint-no-table-indentation",
"remark-lint-table-pipes",
["remark-lint-table-cell-padding", "padded"],
"remark-lint-no-inline-padding",
"remark-lint-no-shortcut-reference-image",
"remark-lint-no-shortcut-reference-link",
"remark-lint-final-definition",
"remark-lint-definition-case",
"remark-lint-definition-spacing",
["remark-lint-link-title-style", "\""],
["remark-lint-strong-marker", "*"],
["remark-lint-emphasis-marker", "*"],
"remark-lint-no-emphasis-as-heading",
"remark-lint-no-literal-urls",
"remark-lint-no-auto-link-without-protocol"
]
}