3.0.3 • Published 4 years ago

stylelint-config-supple v3.0.3

Weekly downloads
211
License
MIT
Repository
github
Last release
4 years ago

stylelint-config-supple - 3.0.3

The Supple shareable config for stylelint, build on top of stylelint-config-standard.

Installation

npm install stylelint-config-supple --save-dev

Usage

If you've installed stylelint-config-supple locally within your project, just set your stylelint config to:

{
  "extends": "stylelint-config-supple"
}