Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

@sadcitizen/stylelint-config - Stylelint shareable config
https://github.com/sadcitizen/stylelint-config

stylelint stylelint-config stylelint-preset stylelint-rules

Last synced: 16 days ago
JSON representation

@sadcitizen/stylelint-config - Stylelint shareable config

Awesome Lists containing this project

README

        

# @sadcitizen/stylelint-config

[![Build Status](https://travis-ci.org/sadcitizen/stylelint-config.svg?branch=master)](https://travis-ci.org/sadcitizen/stylelint-config)

> Configuration for Stylelint

## Install

```
$ npm install @sadcitizen/stylelint-config
```

## Usage

`.stylelintrc`:

```json
{
"extends": "@sadcitizen/stylelint-config"
}
```