0.2.0 • Published 6 years ago

stylelint-config-scc v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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