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

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


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

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# stylelint-config

[![Build Status](https://drone.our.buildo.io/api/badges/buildo/stylelint-config/status.svg)](https://drone.our.buildo.io/buildo/stylelint-config)
[![npm](https://img.shields.io/npm/v/stylelint-config-buildo.svg)](https://libraries.io/npm/stylelint-config-buildo)

A shared [stylelint](https://github.com/stylelint/stylelint) configuration used at [buildo](buildo.io)

## How to

Install via npm

```sh
npm install --save-dev stylelint-config-buildo
```

then extend it in your `.stylelintrc`

```json
{
"extends": "stylelint-config-buildo"
}
```