https://github.com/qubistlabs/stylelint-config-jibrelnetwork
https://github.com/qubistlabs/stylelint-config-jibrelnetwork
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qubistlabs/stylelint-config-jibrelnetwork
- Owner: qubistlabs
- License: mit
- Created: 2018-06-26T08:21:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T21:12:21.000Z (over 2 years ago)
- Last Synced: 2025-08-20T03:00:13.827Z (3 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stylelint-config-jibrelnetwork
[](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)