oxc icon indicating copy to clipboard operation
oxc copied to clipboard

feat(linter): eslint/no-unreachable

Open DonIsaac opened this issue 1 year ago • 0 comments

Implement ESLint's no-unreachable rule.

We will probably need to implement a control-flow-graph for Semantic before implementing this rule.

DonIsaac avatar Jul 25 '23 23:07 DonIsaac