Patch description
Now that our JS lint is working, we have so many legacy JS code in our crowdsourcing. This PR fixes the ones that it can and adds lint ignore commands on those that are not trivial to resolve.
@klshuster sorry for the number of changes. But there is no changes to the logic of how codes work here. It is either fixing the lint issues in JS or adding skip conditions on them.
Patch description Now that our JS lint is working, we have so many legacy JS code in our crowdsourcing. This PR fixes the ones that it can and adds lint ignore commands on those that are not trivial to resolve.