@oleg-ch/eslint-config-node
v1.2.0
Published
Base ESLint config for NodeJs projects
Downloads
2
Readme
@oleg-ch/eslint-config-node
Base ESLint config for NodeJs projects
Installation
yarn add -D @oleg-ch/eslint-config-node
Usage
Update your project's .eslintrc.json
file:
{
"extends": ["@oleg-ch/eslint-config-node"]
}
Read the ESlint config docs for more information