@wdns/stylelint-config-wdns
v1.0.0
Published
Custom shareable SCSS config for Stylelint
Downloads
107
Maintainers
Readme
stylelint-config-wdns
Installation
pnpm add -D @wdns/stylelint-config-wdns
Usage
Set your stylelint
config to:
{
"extends": ["@wdns/stylelint-config-wdns"]
}
Extending the config
Simply add a "rules"
key to your config, then add your overrides and additions there.
{
"extends": ["@wdns/stylelint-config-wdns"],
"rules": {
}
}
Dependencies
Stylelint
@stylistic/stylelint-plugin
stylelint-config-recommended-scss
stylelint-config-standard
stylelint-order
stylelint-scss
Change Log
License
Copyright (c) 2023 WebDevNerdStuff
Licensed under the MIT license.