Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 377 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 377 Bytes

Support Class' stylelint-config

Our re-usable config for the Stylelint CSS linter.

Usage

  1. Install this config as a devDependency:

    npm i -D @supportclass/stylelint-config
  2. Extend our config in your own stylelint config:

    {
    	"extends": [
    		"@supportclass/stylelint-config"
    	],
    	"rules": {
    		"indentation": "tab"
    	}
    }