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

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


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

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# @jibrelnetwork/eslint-config
[![npm](https://img.shields.io/npm/v/%40jibrelnetwork/eslint-config.svg)](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)