== and != with type-safe equality operators === and !==.
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.