eslint-config-hubot-js
v1.0.4
Published
Eslint config for hubot.js projects
Downloads
21
Maintainers
Readme
eslint-config-hubot-js
Eslint for Hubot.js projects
Usage
This is a Eslint setting made for hubot.js and its auxiliary projects. It extends the great airbnb configuration modifying some rules.
To use this setting your project you must have eslint as a dependency in your project or instaled globally. In addition a .eslintrc.json file must be created to extend this setting. See the example:
{
"extends": "hubot-js"
}
After that you can run the eslint with the command:
eslint .
Or integrate it with your text editor:
If you have questions use the hubot.js project as an example, or open an issue.