JSH318905: Use curly braces around blocks

This option requires you to always put curly braces around blocks in loops and conditionals. JavaScript allows you to omit curly braces when the block consists of only one statement (JSHint option 'curly')

TypeName: UseCurlyBracesAroundBlocks
CheckId: JSH318905
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus