@sparkbox/stylelint-config-sparkbox

A set of stylelint customizations that we use at Sparkbox.

Usage no npm install needed!

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

README

stylelint-config-sparkbox

A sharable Stylelint config that we use at Sparkbox.

It's based on stylelint-config-standard with a few small adjustments.

Installation

# Install the package
npm install --save-dev @sparkbox/stylelint-config-sparkbox

# Install peer dependencies (if you don't already have them)
npm install --save-dev stylelint

Usage

Put this in your .stylelintrc file.

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