@showbie/stylelint-config
v0.4.2
Published
Stylelint configuration for Showbie projects
Downloads
9
Readme
Note: Further versions of this package will be published to the GitHub Package registry.
showbie-stylelint-config
Stylelint configuration for Showbie projects.
Usage
Install the conventions by running:
yarn add -D stylelint @showbie/stylelint-config
Then add the extends to your .stylelintrc.js
:
{
extends: ['@showbie/stylelint-config'],
rules: { /* … */ }
}