@smcv/stylelint-config
v2.0.3
Published
Shareable Stylelint config for new projects.
Downloads
9
Readme
Stylelint Config
Shareable Stylelint config for new projects.
Install
npm install --save-dev @smcv/stylelint-config stylelint
Usage
Add this config to package.json
or other Stylelint configs.
"stylelint": {
"extends": "@smcv/stylelint-config"
}