cannawen / metric_units_reddit_bot

Reddit bot converting imperial units to metric units
https://www.reddit.com/user/metric_units
GNU General Public License v3.0
78 stars 34 forks source link

Add eslint with airbnb base style guide [#45] #59

Closed nicolasferraro closed 6 years ago

nicolasferraro commented 6 years ago

This PR adds eslint as a dependency and modifies .travis.yml to run the linter before testing (currently its commented out, it should be uncommented in the future). Eslint is configured to follow airbnb's ecmascript Style Guide)

This also enables us to run the linter locally by running npm run-script lint or using eslint directly.

closes #45, gives way to #60