@stylelint/prettier-config
v3.0.0
Published
stylelint org's shareable config for prettier
Downloads
7,069
Readme
@stylelint/prettier-config
stylelint org's shareable config for prettier.
For consistent formatting across stylelint's repos.
Installation
$ npm install @stylelint/prettier-config --save-dev
Usage
Add this to your package.json
:
{
"prettier": "@stylelint/prettier-config"
}