2.3.0 • Published 11 months ago

@afyadigital/eslint-config-react v2.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@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.