== or != equality operators with type-safe === or !== operators.
Depending on the option selected, one of the following cases will be reported:
== and != operators.
x == null as a replacement for
x === null || x === undefined.
== or != comparisons
with 0, '',
null, true,
false, or undefined.