The parameter event is not used and could be removed.
This check looks for parameters in functions that are not used in the function
body and are not followed by other parameters which are used inside the function.
The parameter ui is not used and could be removed.
This check looks for parameters in functions that are not used in the function
body and are not followed by other parameters which are used inside the function.
The variable i seems to be never declared. Assigning variables without defining them first makes them global. If this was intended, consider making it explicit like using window.i.
The variable v seems to be never declared. Assigning variables without defining them first makes them global. If this was intended, consider making it explicit like using window.v.
This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.