@code-style/stylelint-config-scss
v2.0.0-32
Published
My stylelint configs
Downloads
289
Maintainers
Readme
@code-style/stylelint-config-scss
A set of StyleLint SCSS rules customized for code corectness.
Usage
The easiest way to get started with this project is to use our setup script.
Install this config plugin as a dev dependency.
npm i -D @code-style/stylelint-config-scss
Add the plugin to your StyleLint config.
extends: - '@code-style/stylelint-config' + - '@code-style/stylelint-config-scss'