stylelint-config-supple
v3.0.3
Published
Supple shareable config for stylelint
Downloads
131
Maintainers
Readme
stylelint-config-supple - 3.0.3
The Supple shareable config for stylelint, build on top of stylelint-config-standard.
Installation
npm install stylelint-config-supple --save-dev
Usage
If you've installed stylelint-config-supple
locally within your project, just set your stylelint
config to:
{
"extends": "stylelint-config-supple"
}