@giveerr/eslint-config-react
v2.2.11
Published
giveer's ESLint-react config
Downloads
4
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-react
yarn
yarn add --dev @giveerr/eslint-config-react
pnpm
pnpm add --save-dev @giveerr/eslint-config-react
Usage
Extend the config in your ESLint configuration file.
Example: .eslintrc
{
"extends": "@giveerr/eslint-config-react"
}