JSH318918: Do not use empty blocks

This option warns when you have an empty block in your code. JSLint was originally warning for all empty blocks and we simply made it optional. There were no studies reporting that empty blocks break your code in any way. (JSHint option 'noempty')

TypeName: DoNotUseEmptyBlocks
CheckId: JSH318918
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus