1.0.4 • Published 5 years ago
eslint-config-taboola-csd v1.0.4
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"
}