admc / wd

A node.js client for webdriver/selenium 2.
Other
1.53k stars 404 forks source link

Move to Eslint for linting #592

Closed imurchie closed 5 years ago

imurchie commented 5 years ago

Move away from jshint, to eslint. I've opted to not lint for formatting, just for usage. More and more projects are turning to things like prettier to do formatting automatically, without the need for static analysis.