5.1.0 • Published 2 days ago

@stylelint/remark-preset v5.1.0

Weekly downloads
575
License
MIT
Repository
github
Last release
2 days ago

@stylelint/remark-preset

NPM version Build Status

stylelint org's shareable preset for remark.

For consistent Markdown code across stylelint's repos.

Installation

$ npm install @stylelint/remark-preset --save-dev

Usage

Add this to your package.json:

{
  "remarkConfig": {
    "plugins": ["@stylelint/remark-preset"]
  }
}

Changelog