@habx/eslint-config-client
v6.10.0
Published
Habx eslint configuration for clients.
Downloads
282
Readme
Usage
- Run
npm i --save-dev @habx/eslint-config-client
- Create a
.eslintrc
file - Paste the json bellow in the
.eslintrc
file:
{
"extends": ["@habx/client"]
}