@snapsheet/stylelint-config-scss

Shared configuration for stylelint with scss plugins

Usage no npm install needed!

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

README

@snapsheet/stylelint-config-scss

Shared stylelint configuration with scss linting

Usage

$ npm install stylelint stylelint-scss @snapsheet/stylelint-config-scss --save-dev

Add a .stylelintrc to your project:

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

Then start linting:

$ npx stylelint "src/**/*.scss"