mantoni / mochify.js

☕️ TDD with Browserify, Mocha, Headless Chrome and WebDriver
MIT License
346 stars 57 forks source link

Update dependencies and use eslint v3 #154

Closed mantoni closed 7 years ago

mantoni commented 7 years ago

The space-after-keywords, space-before-keywords and space-return-throw-case settings where replaced with keyword-spacing. Otherwise the config is left untouched.

New recommended settings required changes in the code regarding indentation and consistent returns.