0.0.4 • Published 6 years ago
sonrisa-stylelint-config v0.0.4
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!>"
}
}