robot-js
robot-js copied to clipboard
Add eslint to the project
The JavaScript portion of the code should be linted through eslint. This will require adding an .eslintrc.json file and setting up some sort of NPM script to run it. Alternatively, this could also be implemented as part of the testing framework.