remark preset to configure remark-lint with rules that enforce consistency
Renamed to remark-lint
remark-lint rule to warn when list item bullets are indented
remark-lint rule to warn when a newline at the end of a file is missing
remark-lint rule to warn when references to undefined definitions are found
Deprecated: this package is no longer maintained. With CommonMark, you can’t have padding in emphasis and strong anymore.
remark-lint rule to warn when URLs are dead
Deprecated: this package is no longer maintained. With CommonMark, all autolinks (except for emails) are required to have a protocol. Otherwise they don’t parse. The previous suggestion to add a protocol to email autolinks was wrong.
remark-lint rule to warn when unused definitions are found
remark-lint rule to warn when block quotes have blank lines without markers
remark-lint rule to warn when URLs without angle brackets are used
remark-lint rule to check the spacing between list item bullets and content
remark-lint rule to warn when the markers of ordered lists violate a given style
remark-lint rule to warn when the content of a list item has mixed indentation
remark-lint rule to for too many hashes (h7+ “headings”)
remark-lint rule to warn when URLs are also defined identifiers
remark-lint rule to check for accidental bracket and paren mixup for images and links
remark-lint rule to warn when the file’s extension violates the given style
remark-lint rule to warn when file names contain initial or final dashes
remark-lint rule to warn when headings are indented
remark-lint rule to warn when file names contain irregular characters
remark-lint rule to check mdx jsx quotes
remark-lint rule to warn when HTML nodes are used
remark-lint rule to warn when shell code is prefixed by dollars
remark-lint rule to warn when the first heading has a level other than a specified value
remark-lint rule to warn on empty URLs in links and images
remark-lint rule to check that self-closing tags are used when possible
remark-lint rule to warn when emphasis or importance is used instead of a heading
remark-lint rule to check that shorthand attributes are used in MDX JSX
remark-lint rule to warn when definitions are not placed at the end of the file