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

https://github.com/iadvize/stylelint-config-library

iAdvize stylelint configs
https://github.com/iadvize/stylelint-config-library

Last synced: about 1 year ago
JSON representation

iAdvize stylelint configs

Awesome Lists containing this project

README

          

# @iadvize-oss/stylelint-config

## Install

Add this dependency to your repository and the stylelint peer-dependency :

```bash
npm add --save-dev @iadvize-oss/stylelint-config stylelint
```

## Usage

Create a `.stylelintrc` file in your project root with this content

```json
{
"extends": [
"@iadvize-oss/stylelint-config"
]
}
```