- Disallow shorthand type conversions
This rule is aimed to flag shorter notations for the type conversion, then suggest a more self-explanatory notation.
Warns shorter type conversions for boolean type.
Warns shorter type conversions for number type.
Warns shorter type conversions for string type.
You can check them out here.