What problem are you trying to solve with Submitty
A lot of JS files looks very bad because important variables are not declared as global, so almost half of the relevant functions are just ESlint comments.
Describe the way you'd like to solve this problem
Declare important (used more than once) variables / functions as globals and remove all ESLint comments that used to be required.
List of files
Additional context
An example of what some functions look like right now.

What problem are you trying to solve with Submitty
A lot of JS files looks very bad because important variables are not declared as global, so almost half of the relevant functions are just ESlint comments.
Describe the way you'd like to solve this problem
Declare important (used more than once) variables / functions as globals and remove all ESLint comments that used to be required.
List of files
Additional context
An example of what some functions look like right now.
