Skip to content

hubot-js/eslint-config-hubot-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Eslint for Hubot.js projects

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published