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

https://github.com/qubistlabs/stylelint-config-jibrelnetwork


https://github.com/qubistlabs/stylelint-config-jibrelnetwork

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# stylelint-config-jibrelnetwork
[![npm](https://img.shields.io/npm/v/stylelint-config-jibrelnetwork.svg)](https://www.npmjs.com/package/stylelint-config-jibrelnetwork)

This is the base stylelint config for Jibrel Network projects.

## Install

```bash
npm i -D stylelint stylelint-config-jibrelnetwork
```

## Usage

In your `.stylelintrc` file:
```json
{
"extends": ["stylelint-config-jibrelnetwork"]
}
```

## Included plugins

[stylelint-scss](https://github.com/kristerkari/stylelint-scss)
[stylelint-rscss](https://github.com/rstacruz/stylelint-rscss)
[stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard)