stylelint-config-standard-scss (11.1.0)
Published 2026-02-24 14:05:50 +00:00 by atheaadmin
Installation
registry=npm install stylelint-config-standard-scss@11.1.0"stylelint-config-standard-scss": "11.1.0"About this package
stylelint-config-standard-scss
The standard shareable SCSS config for Stylelint.
This config:
- extends the
stylelint-config-standardshared config and configures its rules for SCSS - extends the
stylelint-config-recommended-scssshared 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
Dependencies
Dependencies
| ID | Version |
|---|---|
| stylelint-config-recommended-scss | ^13.1.0 |
| stylelint-config-standard | ^34.0.0 |
Development Dependencies
| ID | Version |
|---|---|
| @stylelint/prettier-config | ^3.0.0 |
| @stylelint/remark-preset | ^5.0.0 |
| eslint | ^8.52.0 |
| eslint-config-stylelint | ^20.0.0 |
| eslint-plugin-jest | ^27.6.0 |
| jest | ^29.7.0 |
| np | ^8.0.4 |
| npm-run-all2 | ^5.0.2 |
| prettier | ^3.0.3 |
| remark-cli | ^12.0.0 |
| stylelint | ^15.11.0 |
Peer Dependencies
| ID | Version |
|---|---|
| postcss | ^8.3.3 |
| stylelint | ^15.10.0 |
Keywords
stylelint
stylelint-config
standard
scss