Rule: no-null-keyword
Disallows use of the null
keyword literal.
Rationale
Instead of having the dual concepts of null
andundefined
in a codebase,
this rule ensures that only undefined
is used.
Config
Not configurable.
Examples
"no-null-keyword": true
Schema
null