eslint-config-videotron-angularjs
v2.0.0
Published
videotron eslint angular js
Downloads
56
Readme
Videotron's AngularJS ESLint configuration
Install
npm install eslint-config-videotron-angularjsUsage
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-angularjsThen, add this to your .eslintrc file:
{
"extends": "videotron-angularjs"
}Note: We omitted the eslint-config- prefix since it is automatically assumed by ESLint.
