SupportClass / stylelint-config

Our re-usable config for the Stylelint CSS linter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:JavaScript 100.0%