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