Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 643 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 643 Bytes

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