oxc icon indicating copy to clipboard operation
oxc copied to clipboard

feat(linter): eslint/no-fallthrough

Open DonIsaac opened this issue 1 year ago • 1 comments

Implement ESLint's no-fallthrough rule.

Start by running

just new-rule no-fallthrough

DonIsaac avatar Jul 24 '23 00:07 DonIsaac

This rule requires code reachability test as a prerequisite. So I will temporarily stop working on implementing it...

suica avatar Jul 26 '23 13:07 suica