Pattern: Use of null
Issue: -
Disallows use of the null
keyword literal.
Rationale: Instead of having the dual concepts of null
and undefined
in a codebase, this rule ensures that only undefined
is used.
Pattern: Use of null
Issue: -
Disallows use of the null
keyword literal.
Rationale: Instead of having the dual concepts of null
and undefined
in a codebase, this rule ensures that only undefined
is used.