0.4.2 • Published 3 years ago

@showbie/stylelint-config v0.4.2

Weekly downloads
151
License
ISC
Repository
github
Last release
3 years ago

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: { /* … */ }
}