stylelint-config-dev
v4.0.0
Published
A shareable configuration package for stylelint
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-devThen, add this configuration to your package.json:
{
"stylelint": {
"extends": "stylelint-config-dev"
}
}