awolden / brakes

Hystrix compliant Node.js Circuit Breaker Library
MIT License
300 stars 35 forks source link

Update linting versions #35

Closed SimenB closed 7 years ago

SimenB commented 7 years ago

Hi again,

This PR updates eslint and airbnb config to the latest versions.

Version 3 of ESLint has a LOT more rules as fixable, meaning you can run eslint . --fix (or npm run test:lint -- --fix) to fix almost every error reported automatically. I didn't change single line of code myself (except for the single ignore and moving non-requires out of other requires), --fix did it all.

awolden commented 7 years ago

Thanks for another solid contribution! I don't see any issues with this PR.