0.1.1 • Published 3 years ago
@ashkan-pm/eslint-plugin-react v0.1.1
@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-reactUsage
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"]
}