linter-node-markdownlint
Lint `markdown` on the fly, using markdownlint
Josa Gesell 2,153 9 1.2.1 MIT GitHub

linter-node-markdownlint

Build Status Plugin installs! Package version! Dependencies!

This linter plugin for Linter provides an interface to markdownlint.

Configuration

The package reads the configuration from the .markdownlintrc file.

The configuration file can be formatted as JSON or INI.

JSON Example

{
  "default": true,
  "MD003": { "style": "atx_closed" },
  "MD007": { "indent": 4 },
  "no-hard-tabs": false,
  "MD018": false
}

INI Example

default=true
no-hard-tabs=false
MD018=false

[MD003]
style=atx_closed

[MD007]
indent=4

For more information checkout: