eslint-config-videotron-javascript
v2.0.0
Published
videotron .eslintrc
Downloads
29
Readme
Videotron's Javascript ESLint configuration
Install
npm install eslint-config-videotron-javascriptUsage
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 JavaScript Standard Style shareable config, first run this:
npm install eslint-config-videotron-javascriptThen, add this to your .eslintrc file:
{
"extends": "videotron-javascript"
}Note: We omitted the eslint-config- prefix since it is automatically assumed by ESLint.
