For use in training as part of the Advanced JS certification.
First install eslint:
$ npm i eslint
Then, install the config:
$ npm i eslint-config-taboola-csd
Then, create an .eslintrc
file at the root of your project and paste this code into it:
{
"extends": "taboola-csd"
}