Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdc224/eslint-config-react-plugin
This project contains all the ESLint rules that we are going to extend from different TOVO Project
https://github.com/sdc224/eslint-config-react-plugin
eslint eslint-config eslint-plugin eslint-react hooks-api-react react redux-saga
Last synced: 4 days ago
JSON representation
This project contains all the ESLint rules that we are going to extend from different TOVO Project
- Host: GitHub
- URL: https://github.com/sdc224/eslint-config-react-plugin
- Owner: sdc224
- Created: 2020-02-19T21:01:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T07:21:34.000Z (25 days ago)
- Last Synced: 2024-10-21T10:27:43.218Z (25 days ago)
- Topics: eslint, eslint-config, eslint-plugin, eslint-react, hooks-api-react, react, redux-saga
- Language: JavaScript
- Size: 215 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ESLint Config React-Plugin
[![Build Status](https://travis-ci.com/sdc224/eslint-config-react-plugin.svg?branch=master)](https://travis-ci.com/sdc224/eslint-config-react-plugin)
[![Dependency Status](https://img.shields.io/david/sdc224/eslint-config-react-plugin.svg?label=dependencies)](https://david-dm.org/sdc224/eslint-config-react-plugin.svg)
[![Issues](https://img.shields.io/github/issues/sdc224/eslint-config-react-plugin)](https://github.com/sdc224/eslint-config-react-plugin/issues)
[![npm](https://img.shields.io/npm/v/eslint-config-react-plugin?label=npm)](https://www.npmjs.com/package/eslint-config-react-plugin)
[![npm](https://img.shields.io/npm/dm/eslint-config-react-plugin)](https://www.npmjs.com/package/eslint-config-react-plugin)
![npm dev dependency version](https://img.shields.io/npm/dependency-version/eslint-config-react-plugin/dev/eslint?label=eslint)
![npm dev dependency version](https://img.shields.io/npm/dependency-version/eslint-config-react-plugin/dev/eslint-config-airbnb)
![npm dev dependency version](https://img.shields.io/npm/dependency-version/eslint-config-react-plugin/dev/eslint-config-prettier)
![npm dev dependency version](https://img.shields.io/npm/dependency-version/eslint-config-react-plugin/dev/eslint-plugin-prettier)This file is created for setting up all ESLint rules in a single project
## Installation
```bash
npm install --save-dev eslint-config-react-plugin
```or
```bash
npm install -D eslint-config-react-plugin
```alternatively, if you are using **yarn**, then
```bash
yarn add --dev eslint-config-react-plugin
```## Contributing
Please send me your suggestions so that this config can be used for most of the react projects without any hassle.
#### Future
- Will try to add support for Typescript