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

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


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

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# @zedix/stylelint-config

![version](https://img.shields.io/github/package-json/v/zedix/stylelint-config.svg?maxAge=60)
![tag](https://img.shields.io/github/tag/zedix/stylelint-config.svg?maxAge=60)

## Installation

```sh
$ yarn add --dev zedix/stylelint-config.git#v1.x.x
```

Edit `package.json`:

```json
{
// …
"stylelint": {
"extends": "@zedix/stylelint-config"
},
}
```