JSH318928: Avoid redeclaring a variable

This option suppresses warnings about variable shadowing i.e. declaring a variable that had been already declared somewhere in the outer scope. (JSHint option 'shadow')

TypeName: AvoidRedeclaringAVariable
CheckId: JSH318928
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus