@smcv/stylelint-config

Shareable Stylelint config for new projects.

Usage no npm install needed!

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

README

Stylelint Config

Shareable Stylelint config for new projects.

Install

npm install --save-dev @smcv/stylelint-config stylelint

Usage

Add this config to package.json or other Stylelint configs.

  "stylelint": {
    "extends": "@smcv/stylelint-config"
  }