2.3.0 • Published 2 years ago
@afyadigital/eslint-config-react v2.3.0
@afyadigital/eslint-config-react
This package provides eslint react configuration for react projects.
Usage
eslintis 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-reactAdd it to your
.eslintrcconfiguration file:{ extends: ["@afyadigital/eslint-config-react"] ... }
For more information about eslint configuration, please check the Eslint Shareable Configs.