You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<errorsource="lint_suspicious_noDoubleEquals"line="5"message="Use === instead of ==. == is only allowed when comparing against `null`"severity="warning" />
5
-
<errorsource="lint_suspicious_noDoubleEquals"line="13"message="Use === instead of ==. == is only allowed when comparing against `null`"severity="warning" />
4
+
<errorsource="lint_suspicious_noDoubleEquals"line="5"message="Using == may be unsafe if you are relying on type coercion."severity="warning" />
5
+
<errorsource="lint_suspicious_noDoubleEquals"line="13"message="Using == may be unsafe if you are relying on type coercion."severity="warning" />
0 commit comments