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