- Disallow the use of variables before they are defined
This rule will warn when it encounters a reference to an identifier that has not yet been declared.
Checks function declarations.
Checks class declarations.
Checks variable declarations.
You can check them out here.