@nonsensebb/stylelint-config

Base shareable stylelint config by NonsenseBB

Usage no npm install needed!

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

README

@nonsensebb/stylelint-config

npm version

A shareable config by NonsenseBB

Installation

First, install stylelint, stylelint and other peer dependencies, if you haven't done so yet via npm:

npm install --save-dev stylelint stylelint-order

and then you can install the config:

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

Usage

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

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

License