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