stylelint-config-dh
v0.5.0
Published
Shareable config for stylelint. Personal preference of David Hund, Valued Standards.
Downloads
7
Maintainers
Readme
stylelint-config-dh
Shareable config for stylelint.
Personal preference of David Hund, Valued Standards.
Usage
Set your stylelint config to:
{
"extends": "stylelint-config-dh"
}
Personal overrides
Change/override rules by adding a "rules"
key to your config.
For example, to change the indentation to spaces:
{
"extends": "stylelint-config-dh",
"rules": {
"indentation": "space"
}
}