@supple-kit/stylelint-config-supple

Supple shareable config for stylelint

Usage no npm install needed!

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

README

@supple-kit/stylelint-config-supple

The Supple shareable config for stylelint, build on top of stylelint-config-standard-scss.

Installation

npm install @supple-kit/stylelint-config-supple --save-dev

Usage

If you've installed stylelint-config-supple locally within your project, just set your stylelint config to:

{
    "extends": "@supple-kit/stylelint-config-supple"
}