0.0.0 • Published 7 years ago
stylelint-config-airbnb v0.0.0
stylelint-config-airbnb
Airbnb shareable config for stylelint.
Installation
npm install stylelint-config-airbnb
Usage
Set your stylelint config to:
{
"extends": "stylelint-config-airbnb"
}
Extending the config
Simply add a "rules"
key to your config and add your overrides there.
For example, to change the indentation
to tabs:
{
"extends": "stylelint-config-airbnb",
"rules": {
"indentation": "tab"
}
}
Changelog
License
0.0.0
7 years ago