--- ruleName: no-unreachable description: 'Disallows unreachable code after `break`, `catch`, `throw`, and `return` statements.' rationale: Unreachable code is often indication of a logic error. optionsDescription: Not configurable. options: null optionExamples: - 'true' type: functionality optionsJSON: 'null' layout: rule title: 'Rule: no-unreachable' ---