@afyadigital/eslint-config-react
This package provides eslint react configuration for react projects.
Usage
eslint
is peer dependencies, make sure it is installed on your project before installing the eslint react config
-
Install the package:
yarn add -D @afyadigital/eslint-config-react
-
Add it to your
.eslintrc
configuration file:{ extends: ["@afyadigital/eslint-config-react"] ... }
For more information about eslint
configuration, please check the Eslint Shareable Configs.