Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sparkbox/stylelint-config-sparkbox

Our in-house configs for Stylelint
https://github.com/sparkbox/stylelint-config-sparkbox

Last synced: 2 months ago
JSON representation

Our in-house configs for Stylelint

Awesome Lists containing this project

README

        

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