The source project of this merge request has been removed.
Add ESLint
What does this MR do?
- create
package.json - add ESLint dependencies to
package.json - add JavaScript linting to CI
- add Rake task
lint:javascriptas alias foreslint(which itself is an alias fornpm run eslint)
Are there points in the code the reviewer needs to double check?
Probably not.
Why was this MR needed?
My hovercraft was full of eels.