@stylelint/prettier-config
Version:
stylelint org's shareable config for prettier
26 lines (16 loc) • 629 B
Markdown
# @stylelint/prettier-config
[](https://www.npmjs.org/package/@stylelint/prettier-config) [](https://github.com/stylelint/prettier-config/actions)
> stylelint org's shareable config for prettier.
For consistent formatting across stylelint's repos.
## Installation
```console
$ npm install @stylelint/prettier-config --save-dev
```
## Usage
Add this to your `package.json`:
```json
{
"prettier": "@stylelint/prettier-config"
}
```
## [Changelog](CHANGELOG.md)