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: 7 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-19T03:59:35.000Z (12 months ago)
- Last Synced: 2025-06-19T04:36:20.665Z (12 months ago)
- Topics: eslint, eslint-config, eslint-plugin, eslint-react, hooks-api-react, react, redux-saga
- Language: JavaScript
- Size: 286 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ESLint Config React-Plugin
[](https://travis-ci.com/sdc224/eslint-config-react-plugin)
[](https://david-dm.org/sdc224/eslint-config-react-plugin.svg)
[](https://github.com/sdc224/eslint-config-react-plugin/issues)
[](https://www.npmjs.com/package/eslint-config-react-plugin)
[](https://www.npmjs.com/package/eslint-config-react-plugin)




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