@snapsheet/stylelint-config

Shared configuration for stylelint

Usage no npm install needed!

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

README

@snapsheet/stylelint-config

Shared stylelint configuration

Usage

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

Add a .stylelintrc to your project:

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

Then start linting:

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