Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 422 Bytes

File metadata and controls

33 lines (22 loc) · 422 Bytes

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