Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 477 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 477 Bytes

@supple-kit/stylelint-config-supple

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

Installation

npm install @supple-kit/stylelint-config-supple --save-dev

Usage

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

{
	"extends": "@supple-kit/stylelint-config-supple"
}