@anedomansky/stylelint-config
v1.0.0
Published
Custom shareable stylelint config.
Downloads
4
Maintainers
Readme
stylelint-config
Custom shareable stylelint config.
Requirements
Installation
npm i -D @anedomansky/stylelint-configUsage
Create a .stylelintrc.json file in the root of your project and add the following:
{
"extends": [
"@anedomansky/stylelint-config"
]
}Configuration
You can customize the configuration by adding your own rules in the .stylelintrc.json file. For example:
{
"extends": [
"@anedomansky/stylelint-config"
],
"rules": {
"color-no-invalid-hex": true,
"font-family-no-duplicate-names": true
}
}Plugins and Configs
This configuration uses the following plugins and configs:
