1.0.4 • Published 8 years ago

eslint-config-hubot-js v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

eslint-config-hubot-js

npm dependencies-badge devDependencies Status

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:

eslint-text-editor-example

If you have questions use the hubot.js project as an example, or open an issue.