Skip to content

supple-kit/stylelint-config-supple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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"
}