https://github.com/qubistlabs/eslint-config-jibrelnetwork
https://github.com/qubistlabs/eslint-config-jibrelnetwork
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/qubistlabs/eslint-config-jibrelnetwork
- Owner: qubistlabs
- License: mit
- Created: 2018-06-26T08:39:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T10:51:20.000Z (over 6 years ago)
- Last Synced: 2025-09-17T22:35:58.569Z (about 2 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @jibrelnetwork/eslint-config
[](https://www.npmjs.com/package/@jibrelnetwork/eslint-config)
This is the base eslint config for Jibrel Network projects.
## Install
```bash
npm i -D eslint babel-eslint eslint-config-airbnb eslint-plugin-babel eslint-plugin-eslint-comments eslint-plugin-flowtype eslint-plugin-fp eslint-plugin-import eslint-plugin-jest eslint-plugin-jsx-a11y eslint-plugin-more eslint-plugin-react eslint-plugin-unicorn @jibrelnetwork/eslint
```
## Usage
In your `.eslintrc` file:
```json
{
"extends": ["@jibrelnetwork"]
}
```
## Included plugins
[eslint-config-airbnb](https://github.com/airbnb/javascript)
[eslint-plugin-babel](https://github.com/babel/eslint-plugin-babel)
[eslint-plugin-eslint-comments](https://github.com/mysticatea/eslint-plugin-eslint-comments)
[eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype)
[eslint-plugin-fp](https://github.com/jfmengels/eslint-plugin-fp)
[eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import)
[eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest)
[eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y)
[eslint-plugin-more](https://github.com/WebbyLab/eslint-plugin-more)
[eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react)
[eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn)