- Disallow empty block statements
This rule disallows empty block statements. This rule ignores block statements which contain a comment (for example, in an empty catch or finally block of a try statement to indicate that execution should continue regardless of errors).
Allows empty catch clauses (that is, which do not contain a comment).
You can check them out here.