eslint-config-taboola-csd
v1.0.4
Published
Eslint configurations for Taboola CSD
Downloads
12
Readme
Taboola CSD ESLint Config
For use in training as part of the Advanced JS certification.
To use
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"
}