forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.remarkrc
More file actions
18 lines (18 loc) · 666 Bytes
/
.remarkrc
File metadata and controls
18 lines (18 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"plugins": [
"remark-frontmatter",
"remark-preset-lint-node",
["remark-lint-fenced-code-flag", false],
["remark-lint-first-heading-level", false],
["remark-lint-maximum-line-length", false],
["remark-lint-no-file-name-articles", false],
["remark-lint-no-multiple-toplevel-headings", false],
["remark-lint-no-shortcut-reference-link", false],
["remark-lint-no-trailing-spaces", false],
["remark-lint-no-undefined-references", false],
["remark-lint-no-unused-definitions", false],
["remark-lint-prohibited-strings", false],
["remark-lint-table-cell-padding", false],
["remark-lint-table-pipes", false]
]
}