1.0.6 • Published 4 months ago

stylelint-config-origami-component v1.0.6

Weekly downloads
368
License
MIT
Repository
github
Last release
4 months ago

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

4 months ago

1.0.5

1 year ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago