Rules β
All rules from eslint-markdown.
| Emoji | Description |
|---|---|
| β | Using recommended config from eslint-markdown in a config file enables this rule. |
| π¨ | Using stylistic config from eslint-markdown in a config file enables this rule. |
| π§ | Some problems reported by this rule are automatically fixable by --fix CLI option. |
| π‘ | Some problems reported by this rule are manually fixable by editor suggestions. |
| β | Rule is applicable to CommonMark. |
| π | Rule is applicable to GitHub Flavored Markdown. |
| Rules (19) | Description | β | π¨ | π§ | π‘ | β | π |
|---|---|---|---|---|---|---|---|
allow-heading | Enforce the use of allowed text for headings | β | π | ||||
alt-text | Enforce the use of alternative text for images | β | β | π | |||
code-lang-shorthand | Enforce the use of shorthand for code block language identifiers | β | π§ | β | π | ||
consistent-delete-style | Enforce consistent delete style | π¨ | π§ | π | |||
consistent-emphasis-style | Enforce consistent emphasis style | π¨ | π§ | β | π | ||
consistent-strong-style | Enforce consistent strong style | π¨ | π§ | β | π | ||
consistent-thematic-break-style | Enforce consistent thematic break style | π¨ | π§ | β | π | ||
en-capitalization | Enforce the use of capital letters at the beginning of sentences | π§ | β | π | |||
heading-id | Enforce the use of heading IDs | π§ | β | π | |||
no-bold-paragraph | Disallow using fully bolded paragraphs as headings | β | β | π | |||
no-control-character | Disallow control character | β | β | π | |||
no-curly-quote | Disallow curly quotes(β, β, β or β) in text | β | π§ | β | π | ||
no-double-space | Disallow double or multiple consecutive spaces in text, except for leading and trailing spaces | β | π§ | β | π | ||
no-emoji | Disallow emojis in text | β | π | ||||
no-git-conflict-marker | Disallow git conflict markers | β | β | π | |||
no-irregular-dash | Disallow irregular dash | β | β | π | |||
no-irregular-whitespace | Disallow irregular whitespace | β | β | π | |||
require-image-title | Enforce the use of title attribute for images | β | π | ||||
require-link-title | Enforce the use of title attribute for links | β | π |