@showbie/stylelint-config

Stylelint configuration for Showbie projects

Usage no npm install needed!

<script type="module">
  import showbieStylelintConfig from 'https://cdn.skypack.dev/@showbie/stylelint-config';
</script>

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