Reports any instances of chained equality comparisons (i.e.
a==b==c
) in JavaScript code. Such comparisons are confusing.