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

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

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