1.5.2 • Published 1 year ago
@impargo/eslint-config v1.5.2
impargo-eslint
Impargo eslint rules
Installation
You'll first need to install ESLint:
yarn add -D eslintNext, install @impargo/eslint-config:
yarn add -D @impargo/eslint-configUsage
Add @impargo/eslint-config to the extends section of your .eslintrc configuration file:
{
"extends": [
"@impargo/eslint-config"
]
}