@sonrisa-dev/sonrisa-stylelint-config
v0.0.4
Published
Stylelint configuration
Downloads
9
Readme
Sonrisa's stylelint configuration base.
Usage
npm install sonrisa-stylelint-config stylelint stylelint-config-recommended --save-dev
Latter two are peer dependencies.
Extend it in your config file (e.g. stylelintrc.json):
{
"extends": "sonrisa-stylelint-config"
}
Overwrite rules if you like:
{
"extends": "sonrisa-stylelint-config",
"rules": {
"indentation": "<whatever!>"
}
}