oxc
oxc copied to clipboard
feat(linter): eslint/no-unreachable
Implement ESLint's no-unreachable
rule.
We will probably need to implement a control-flow-graph for Semantic
before implementing this rule.