JSH318907: Use correct null comparisons

This option suppresses warnings about == null comparisons. Such comparisons are often useful when you want to check if a variable is null or undefined. (JSHint option 'eqnull')

TypeName: UseCorrectNullComparisons
CheckId: JSH318907
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus