remarkjs/remark-lint

remarkjs/remark-lint

Releases117
Frequency1 month 13 hours
Last Release
Stars1.04K
plugins to check (lint) markdown code style

Linked projects

remark-lint rule to warn for too many consecutive blank lines
remark-lint rule to warn on duplicate definitions
remark-lint rule to check the spacing between list item bullets and content
remark-lint rule to warn when headings are indented
remark-lint rule to warn when hard tabs are used instead of spaces
remark-lint rule to warn when definitions are not placed at the end of the file
remark-lint rule to warn when the file’s extension violates the given style
remark-lint rule to warn on duplicate headings
remark-lint rule to warn when heading content is indented
remark-lint rule to warn when missing blank lines
remark-lint rule to warn when code blocks do not adhere to a given style
remark-lint rule to check whitespace after block quote markers
remark-lint rule to warn when fenced code markers violate the given style
remark-lint rule to warn when the first heading has a level other than a specified value
remark-lint rule to warn when heading style violates the given style
remark-lint rule to warn when multiple top level headings are used
remark-lint rule to warn when references to undefined definitions are found
remark-lint rule to warn when importance (strong) markers violate the given style
remark-lint rule to warn when file names contain irregular characters
remark-lint rule to warn when file names contain initial or final dashes
remark-lint rule to warn when definition labels are not lowercase
remark-lint rule to warn when consecutive whitespace is used in a definition
remark-lint rule to warn when emphasis markers violate the given style
remark-lint rule to warn when file names contain consecutive dashes
remark-lint rule to warn when file names use mixed case
remark plugin to lint Markdown code style
remark preset to configure remark-lint with rules that enforce consistency
remark preset to configure remark-lint with rules that enforce the markdown style guide
remark preset to configure remark-lint with rules that prevent mistakes or stuff that fails across vendors.
remark-lint rule to warn on duplicate headings in a section
remark-lint rule to check that full reference images can be collapsed
remark-lint rule to warn when fenced code blocks occur without language flag
remark-lint rule to check that full reference links can be collapsed
remark-lint rule to warn when markers of unordered lists violate a given style
remark-lint rule to warn when file name start with an article
remark-lint rule to for too many hashes (h7+ “headings”)
remark-lint rule to warn when HTML nodes are used
remark-lint rule to warn when URLs are also defined identifiers
remark-lint rule to warn when horizontal rules violate a given style
remark-lint rule to warn when tables are indented
remark-lint rule to warn when link and definition titles occur with incorrect quotes
remark-lint rule to warn when table rows are not fenced with pipes
remark-lint rule to warn on definitions that define the same urls
remark-lint rule to warn when emphasis or importance is used instead of a heading
remark-lint rule to check list item checkbox characters
remark-lint rule to warn on empty URLs in links and images
remark-lint rule to warn when headings are too long
remark-lint rule to warn when headings end in illegal characters
remark-lint rule to warn when the content in paragraphs are indented
remark-lint rule to warn when shell code is prefixed by dollars
remark-lint rule to check the marker value of ordered lists
remark-lint rule to warn when too much whitespace follows list item checkboxes
remark-lint rule to warn when table cells are incorrectly padded
remark-lint rule to warn when lines are too long
remark-lint rule to warn when table pipes are not aligned
remark-lint rule to warn when linebreaks violate a given or detected style
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 a newline at the end of a file is missing
remark-lint rule to warn when list item bullets are indented
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 too many spaces are used to create a hard break
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
unified plugin to make it a bit easier to create linting rules
remark-lint rule to warn when the content of a list item has mixed indentation
remark-lint rule to warn when the markers of ordered lists violate a given style
remark-lint rule to warn when shortcut reference images are used
remark-lint rule to warn when headings increment with more than 1 level at a time
remark-lint rule to warn when list looseness is incorrect
remark-lint rule to warn when shortcut reference links are used
Deprecated: use remark-lint-no-blockquote-without-marker instead