0.1.5 • Published 2 years ago
@kaas-devteam/stylelint-config v0.1.5
The standard shareable SCSS config for Stylelint shared by kaas front-end team.
This config:
- extends the
stylelint-config-prettier-scss - extends the
stylelint-config-standard-scss
Installation
$ npm install @kaas-devteam/stylelint-configUsage
Set your stylelint config to
{
"extends": "@kaas-devteam/stylelint-config"
}Extending the config
Simply add a "rules" key to your config, then add your overrides and additions there.
For example, to turn off the scss/dollar-variable-pattern rule:
{
"extends": "@kaas-devteam/stylelint-config",
"rules": {
"scss/at-extend-no-missing-placeholder": null
}
}0.1.5
2 years ago