stylelint-config-dev
v4.0.0
Published
A shareable configuration package for stylelint
Downloads
168
Maintainers
Readme
stylelint-config-dev
stylelint-config-dev is a shareable configuration package for stylelint.
Install
Add stylelint and stylelint-config-dev to your project:
npm install --save-dev stylelint stylelint-config-dev
Then, add this configuration to your package.json
:
{
"stylelint": {
"extends": "stylelint-config-dev"
}
}