• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

linter-node-markdownlint

Lint `markdown` on the fly, using markdownlint
josa42
1.2.1 1,984
9
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

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:

  • The markdownlint list of rules
  • The markdownlint list of tags
  • The markdownlint-cli configuration file example

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by