Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# stylelint-config-beanloop
An opinionated stylelint config based on [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard)
and inspired by [stylelint-config-idiomatic-order](https://github.com/ream88/stylelint-config-idiomatic-order).

## Installation

```sh
npm install stylelint-config-beanloop
```

## Usage

Set your stylelint config to:

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

You can easily [extend](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/configuration.md#extends) the config to your needs.

## [License](LICENSE)