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

https://github.com/knowledge-work/stylelint-config-kwork


https://github.com/knowledge-work/stylelint-config-kwork

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# stylelint-config-kwork

Stylelint configs for KnowledgeWork's projects.

## Usage

### Install

```sh
$ npm install --save-dev stylelint-config-kwork
```

### stylelintrc

Like followings

```stylelintrc
~~~
~~~
extends: [
"stylelint-config-kwork"
],
~~~
~~~
```