npm install eslint-config-videotron-angularjs
Shareable configs are designed to work with the extends
feature of .eslintrc
files.
You can learn more about
Shareable Configs on the
official ESLint website.
To use the Videotron Angular Js Standard Style shareable config, first run this:
npm install eslint-config-videotron-angularjs
Then, add this to your .eslintrc file:
{
"extends": "videotron-angularjs"
}
Note: We omitted the eslint-config-
prefix since it is automatically assumed by ESLint.