Closed ndhoule closed 8 years ago
There's no reason for ==. It has no advantage and worst case makes code more confusing. We should make this an error eventually.
==
Allows usage of val == null because I know some people don't want to live in a world without it.
val == null
http://eslint.org/docs/rules/eqeqeq.html
lgtm
There's no reason for
==
. It has no advantage and worst case makes code more confusing. We should make this an error eventually.Allows usage of
val == null
because I know some people don't want to live in a world without it.http://eslint.org/docs/rules/eqeqeq.html