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

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

@gluons' personal stylelint shareable config.
https://github.com/gluons/stylelint-config-gluons

gluons stylelint stylelint-config

Last synced: about 1 year ago
JSON representation

@gluons' personal stylelint shareable config.

Awesome Lists containing this project

README

          

# stylelint-config-gluons
[![license](https://img.shields.io/github/license/gluons/stylelint-config-gluons.svg?style=flat-square)](https://github.com/gluons/stylelint-config-gluons/blob/master/LICENSE)
[![npm](https://img.shields.io/npm/v/stylelint-config-gluons.svg?style=flat-square)](https://www.npmjs.com/package/stylelint-config-gluons)
[![ESLint Gluons](https://img.shields.io/badge/code%20style-gluons-9C27B0.svg?style=flat-square)](https://github.com/gluons/eslint-config-gluons)

[gluons](https://github.com/gluons)' personal [stylelint](https://stylelint.io) shareable config.

A set of my ❤️ favorite rules.


🌤🌨🚀🌨🌨
❄️❄️❄️❄️❄️
❄️❄️❄️❄️❄️
🎄🎄☃⛷🏔


## Installation

**Via [NPM](https://www.npmjs.com):**

[![NPM](https://nodei.co/npm/stylelint-config-gluons.png?compact=true)](https://www.npmjs.com/package/stylelint-config-gluons)

```
npm install --save-dev stylelint-config-gluons
```

**Via [Yarn](https://yarnpkg.com):**

```
yarn add -D stylelint-config-gluons
```

## Usage

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