13.1.0 • Published 1 year ago
stylelint-config-standard-scss v13.1.0
stylelint-config-standard-scss
The standard shareable SCSS config for Stylelint.
This config:
- extends the
stylelint-config-standard
shared config and configures its rules for SCSS - extends the
stylelint-config-recommended-scss
shared config
To see the rules that this config uses, please read the config itself.
Installation
npm install --save-dev stylelint-config-standard-scss
Usage
Set your stylelint
config to:
{
"extends": "stylelint-config-standard-scss"
}
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": "stylelint-config-standard-scss",
"rules": {
"scss/dollar-variable-pattern": null
}
}
Changelog
License
13.1.0
1 year ago
13.0.0
1 year ago
12.0.0
2 years ago
11.1.0
2 years ago
10.0.0
2 years ago
11.0.0
2 years ago
8.0.0
2 years ago
7.0.0
2 years ago
9.0.0
2 years ago
7.0.1
2 years ago
6.1.0
3 years ago
6.0.0
3 years ago
4.0.0
3 years ago
5.0.0
3 years ago
3.0.0
4 years ago
2.0.1
4 years ago
2.0.0-0
4 years ago
2.0.0
4 years ago
1.1.0
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago