- Enforce comparing typeof expressions against valid strings
This rule enforces comparing typeof expressions to valid string literals.
Requires typeof expressions to only be compared to string literals or other typeof expressions, and disallows comparisons to any other value.
You can check them out here.