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

https://github.com/doochik/stylelintrc

Shared config for stylelint
https://github.com/doochik/stylelintrc

Last synced: over 1 year ago
JSON representation

Shared config for stylelint

Awesome Lists containing this project

README

          

# Stylelint super strict rules

## Installation
1. `npm install --save-dev stylelint stylelint-order @doochik/stylelint-config-strict`
2. Create `.stylelintrc` file your project with following contents:

```
{
"extends": "@doochik/stylelint-config-strict"
}
```