stylelint-config-scc
v0.2.0
Published
SCC's stylelint rules and config
Downloads
2
Maintainers
Readme
stylelint-config-scc
SCC's stylelint rules and config
Installation
Install stylelint and stylelint-config-scc
:
yarn add --dev stylelint stylelint-config-scc
Usage
SCC’s stylelint rules come bundled in stylelint-config-scc
. To enable these rules, add a stylelint
property in your package.json
. See the stylelint configuration docs for more details.
"stylelint": {
"extends": ["stylelint-config-scc"]
}
Run it:
yarn run stylelint