Amend unused variables lint rule to allow us to not have to prefix function arguments with _
#3602
Labels
kind/improvement
Improvement on an existing feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Description
Leaving function arguments in can sometimes help documentation/discovery.
If there are no other side-effects from configuring this rule to allow unused function arguments then we should configure the rule to allow us.
Note: I do remember that uglify used to remove unused arguments form the final compiled source, not sure what happens nowadays, would be good to check the compiled source whilst looking at this.
The text was updated successfully, but these errors were encountered: