Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 532 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 532 Bytes

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