JSH318917: Avoid multi line strings

This option suppresses warnings about multi-line strings. Multi-line strings can be dangerous because all hell breaks loose if you accidentally put a whitespace in between the escape character (backslash) and a new line. (JSHint option 'multistr')

TypeName: AvoidMultiLineStrings
CheckId: JSH318917
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus