JSH318903: Use correct comparison

This option suppresses warnings about the use of assignments in cases where comparisons are expected. More often than not, code like if (a = 10) {} is a typo. (JSHint option 'boss')

TypeName: UseCorrectComparison
CheckId: JSH318903
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus