2018-01-06 19:30:32 -05:00
|
|
|
{
|
|
|
|
"plugins": [
|
|
|
|
["remark-message-control", {"name": "lint"}],
|
|
|
|
"lint",
|
|
|
|
["lint-emphasis-marker", "_"],
|
|
|
|
["lint-code-block-style", "indented"],
|
|
|
|
["lint-fenced-code-marker", "`"],
|
|
|
|
"lint-final-newline",
|
|
|
|
["lint-heading-style", "atx"],
|
|
|
|
["lint-linebreak-style", "unix"],
|
|
|
|
["lint-strong-marker", "*"],
|
|
|
|
"lint-no-blockquote-without-marker",
|
|
|
|
"lint-no-consecutive-blank-lines",
|
|
|
|
"lint-no-duplicate-headings-in-section",
|
|
|
|
"lint-no-emphasis-as-heading",
|
|
|
|
"lint-no-empty-url",
|
|
|
|
"lint-no-heading-content-indent",
|
|
|
|
"lint-no-heading-like-paragraph",
|
|
|
|
"lint-no-heading-punctuation",
|
|
|
|
"lint-no-inline-padding",
|
|
|
|
["lint-no-missing-blank-lines", {"exceptTightLists": true}],
|
|
|
|
"lint-no-multiple-toplevel-headings",
|
|
|
|
"lint-no-undefined-references",
|
|
|
|
"lint-no-unused-definitions",
|
|
|
|
["lint-ordered-list-marker-style", "."],
|
|
|
|
"lint-ordered-list-marker-value",
|
|
|
|
["lint-rule-style", "---"],
|
|
|
|
["lint-unordered-list-marker-style", "-"],
|
2018-01-07 14:26:09 -05:00
|
|
|
"lint-alphabetize-lists",
|
|
|
|
"lint-definition-case",
|
|
|
|
"lint-final-definition",
|
|
|
|
["lint-link-title-style", "'"],
|
|
|
|
"lint-no-duplicate-definitions",
|
|
|
|
"lint-no-undefined-references",
|
|
|
|
"lint-no-unused-definitions"
|
2018-01-06 19:30:32 -05:00
|
|
|
]
|
|
|
|
}
|