@sparkbox/stylelint-config-sparkbox
v2.0.0
Published
A set of stylelint customizations that we use at Sparkbox.
Downloads
152
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"
}