@nonsensebb/stylelint-config-scss

Base shareable stylelint config for SCSS by NonsenseBB

Usage no npm install needed!

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

README

@nonsensebb/stylelint-config-scss

npm version

A shareable SCSS config by NonsenseBB

Installation

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

npm install --save-dev stylelint stylelint-scss stylelint-order

and then you can install the config:

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

Usage

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

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

License