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

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

Adventure Club Stylelint Shareable Configuration
https://github.com/advclb/stylelint-config-advclb

css prettier sass stylelint stylelint-config

Last synced: 3 months ago
JSON representation

Adventure Club Stylelint Shareable Configuration

Awesome Lists containing this project

README

          

# Adventure Club Stylelint Shareable Configuration

```bash
npm install --save-dev prettier stylelint stylelint-config-advclb
```

Edit .stylelintrc.json:

```json
{
"extends": ["stylelint-config-advclb"]
}
```

For library project:

```json
{
"extends": ["stylelint-config-advclb", "stylelint-config-advclb/library"]
}
```