@sparkbox/stylelint-config-sparkbox
Version:
A set of stylelint customizations that we use at Sparkbox.
26 lines (17 loc) • 532 B
Markdown
# stylelint-config-sparkbox
A sharable Stylelint config that we use at Sparkbox.
It's based on [`stylelint-config-standard`](https://github.com/stylelint/stylelint-config-standard) with a few small adjustments.
## Installation
```bash
# 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"
}
```