https://github.com/thc-tools/eslint-config-react
Eslint config, for React project
https://github.com/thc-tools/eslint-config-react
eslint react
Last synced: 2 months ago
JSON representation
Eslint config, for React project
- Host: GitHub
- URL: https://github.com/thc-tools/eslint-config-react
- Owner: thc-tools
- License: mit
- Created: 2018-06-17T20:47:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T05:40:45.000Z (over 1 year ago)
- Last Synced: 2025-02-15T06:30:28.480Z (over 1 year ago)
- Topics: eslint, react
- Language: JavaScript
- Size: 695 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Eslint config react
Eslint config, for React project
This project's goal is to make an ESlint config, to be used for React project.
That way, the react applications only needs one dependency, and one config for all the thing concerning eslint.
## Rules :
* Commit must follow [Conventional Commit convention](https://conventionalcommits.org/)
* [Pre-commit package](https://www.npmjs.com/package/pre-commit) should be use to enforce linting, tests validations, ...
## TODO :
Check https://github.com/yannickcr/eslint-plugin-react/tree/master/lib for additional rules