This rule checks that the var keyword is not used to declare a variable with a name that is already in use. It applies to already defined variables as well as to function parameters.
This use of duplicate name is often unwanted and can lead to bugs and more generally to confusing code :