1.0.1 • Published 5 years ago

@supportclass/stylelint-config v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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