JSH318909: Do not use a single expression

This option suppresses warnings about the use of expressions where normally you would expect to see assignments or function calls. Most of the time, such code is a typo. However, it is not forbidden by the spec and that's why this warning is optional (JSHint option 'expr')

TypeName: DoNotUseASingleExpression
CheckId: JSH318909
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus