Origami Frontend Components & Services

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"
};
Status
active Origami v1 (Bower)
Switch component view

GitHub: stylelint-config-origami-component