@giveerr/eslint-config-react
v2.2.11
Published
giveer's ESLint-react config
Readme
@giveerr/eslint-config-react
Install
You can install @giveerr/eslint-config-react via your package manager of choice.
npm
npm install --save-dev @giveerr/eslint-config-reactyarn
yarn add --dev @giveerr/eslint-config-reactpnpm
pnpm add --save-dev @giveerr/eslint-config-reactUsage
Extend the config in your ESLint configuration file.
Example: .eslintrc
{
"extends": "@giveerr/eslint-config-react"
}