admc / wd

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

Migration to eslint #588

Open AaronNGray opened 5 years ago

AaronNGray commented 5 years ago

Is it possible seeing as the linting is broken to migrate to eslint ? inline with most modern JavaScript projects.

jlipps commented 5 years ago

We'd definitely be interested in moving to eslint. Do you have time to propose a PR?

AaronNGray commented 5 years ago

Hi, I don't really have time at the moment as it will probably mean editing most of the code and/or finding a ECMA script formatter/prettifier like https://prettier.io/. This is probably better done by someone who knows the code base better.