0.1.1 • Published 2 years ago

@ashkan-pm/eslint-plugin-react v0.1.1

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

@ashkan-pm/eslint-plugin-react

ESLint recommended configuration for React

Installation

First make sure you have all the peer dependencies installed, then install @ashkan-pm/eslint-plugin-react:

yarn add -D @ashkan-pm/eslint-plugin-react

Usage

Add the @ashkan-pm/react recommended configuration to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "extends": ["plugin:@ashkan-pm/react/recommended"]
}