2.0.0 • Published 4 years ago

@sparkbox/stylelint-config-sparkbox v2.0.0

Weekly downloads
180
License
ISC
Repository
github
Last release
4 years ago

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"
}