Skip to content

SupportClass/stylelint-config

Repository files navigation

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

About

Our re-usable config for the Stylelint CSS linter.

Resources

License

Stars

Watchers

Forks

Packages

No packages published