Skip to content

Latest commit

 

History

History

stylelint-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Stylelint

Indigo Tree Stylelint rules

Usage

Install via NPM:

npm i @indigotree/stylelint-config@latest --save-dev

Note, there are also peerDependencies to install.

Add to package.json as:

{
  "stylelint": "@indigotree/stylelint-config"
}

Or extend in stylelint.config.js with:

module.exports = {
  ...require("@indigotree/stylelint-config"),
};

Licence

MPL