- Disallow unreachable code after return, throw, continue, and break statements
This rule disallows unreachable code after return, throw, continue, and break statements.
You can check them out here.