stylelint-config-supple

Supple shareable config for stylelint

Usage no npm install needed!

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

README

stylelint-config-supple - 3.0.3

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

Installation

npm install stylelint-config-supple --save-dev

Usage

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

{
  "extends": "stylelint-config-supple"
}