@stylelint/remark-preset
Version:
stylelint org's shareable preset for remark
28 lines (18 loc) • 643 B
Markdown
# @stylelint/remark-preset
[](https://www.npmjs.org/package/@stylelint/remark-preset) [](https://github.com/stylelint/remark-preset/actions)
> stylelint org's shareable preset for remark.
For consistent Markdown code across stylelint's repos.
## Installation
```console
$ npm install @stylelint/remark-preset --save-dev
```
## Usage
Add this to your `package.json`:
```json
{
"remarkConfig": {
"plugins": ["@stylelint/remark-preset"]
}
}
```
## [Changelog](CHANGELOG.md)