stylelint-config-dev

A shareable configuration package for stylelint

Usage no npm install needed!

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

README

stylelint-config-dev StyleLint

NPM Version Build Status Licensing

stylelint-config-dev is a shareable configuration package for stylelint.

Install

Add stylelint and stylelint-config-dev to your project:

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

Then, add this configuration to your package.json:

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