2.5.0 • Published 9 months ago
@jhae/stylelint-config-strict-scss v2.5.0
Strict SCSS Stylelint Config
This config extends the stylelint-config-standard-scss shared config.
To see the rules that this config uses, please read the config itself.
Installation
npm install --save-dev @jhae/stylelint-config-strict-scss
Usage
Set your Stylelint config to:
extends:
- '@jhae/stylelint-config-strict-scss'
Please refer to the Stylelint documentation to find out how to use the linter and customize this config.