- Disallow variable redeclaration
This rule is aimed at eliminating variables that have multiple declarations in the same scope.
Checks for redeclaration of built-in globals in global scope.
You can check them out here.