stylelint-config-origami-component
v1.0.6
Published
This is [Stylelint](https://stylelint.io/) configuration which helps catch bugs and ensure consistency between Origami component Sass.
Downloads
414
Readme
stylelint-config-origami-component
This is Stylelint configuration which helps catch bugs and ensure consistency between Origami component Sass.
See eslint-config-origami-component for rules to lint component JavaScript.
Usage
Install as a development dependency:
npm install stylelint-config-origami-component --save-dev
And extend the rules in our Stylelint configuration. For example in .stylelintrc.js
:
module.exports = {
"extends": "stylelint-config-origami-component"
};