JSH318927: Remove unused variables

This option warns when you define and never use your variables. It is very useful for general code cleanup, especially when used in addition to undef. (JSHint option 'unused')

TypeName: RemoveUnusedVariables
CheckId: JSH318927
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus