Rules β
All rules from eslint-plugin-mark
.
Emoji | Description |
---|---|
β | Using recommended config from eslint-plugin-mark 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 (15) | Description | β | π§ | π‘ | β | π |
---|---|---|---|---|---|---|
allowed-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 | π§ | β | π | ||
en-capitalization | Enforce the use of capital letters at the beginning of sentences | π§ | β | π | ||
heading-id | Enforce the use of heading IDs | π§ | β | π | ||
image-title | Enforce the use of title attribute for images | β | π | |||
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 | β | β | π | ||
no-unused-definition | Disallow unused definitions | β | β | π |