2.2.11 • Published 2 years ago
@giveerr/eslint-config v2.2.11
@giveerr/eslint-config
Install
You can install @giveerr/eslint-config via your package manager of choice.
npm
npm install --save-dev @giveerr/eslint-configyarn
yarn add --dev @giveerr/eslint-configpnpm
pnpm add --save-dev @giveerr/eslint-configUsage
Extend the config in your ESLint configuration file.
Example: .eslintrc
{
"extends": "@giveerr/eslint-config"
}