Skip to content

Stylelint org's shareable preset for remark

License

Notifications You must be signed in to change notification settings

stylelint/remark-preset

Repository files navigation

@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"]
  }
}