eslint-config-wizeline-bots
v0.2.2
Published
Linter for the bots projects
Downloads
2
Readme
Wizeline bot's linter
Linter for the bots projects (Based on Airbnb's eslint configs).
The easiest way to install the linter is to run:
npm i --save-dev eslint-config-wizeline-bots
.
This will install eslint
and all the required dependencies.
After you install it, replace your .eslinrc
with:
{
"extends": "wizeline-bots"
}
As an additional configuration, you can add:
"lint": "eslint . --ext .js --ignore-path ./.gitignore --cache"
to your package.js
under scripts to just run npm run lint
or npm run lint --silent
to lint your code.