-
Notifications
You must be signed in to change notification settings - Fork 37
/
.remarkrc
38 lines (38 loc) · 904 Bytes
/
.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
{
"plugins": [
[
"remark-lint-no-dead-urls",
{
"skipLocalhost": true,
"skipUrlPatterns": [
"^https://t.me/",
"^https://github.com/settings/",
"^https://discord.gg/",
"^https://www.deepl.com/$",
"^https://browsersl.ist/#q=",
"^https://code.visualstudio.com/",
"^mailto:"
],
"deadOrAliveOptions": {
"maxRetries": 3
}
}
],
"remark-validate-links",
"remark-lint-heading-capitalization",
"remark-lint-code-block-split-list",
"remark-lint-fenced-code-flag",
"remark-lint-first-heading-level",
"remark-lint-heading-increment",
"remark-lint-no-shell-dollars",
[
"remark-lint-match-punctuation",
[
"“”",
"()"
]
],
"remark-lint-check-toc",
"remark-lint-smarty-pants-typography"
]
}