🐛 lint/noUnnecessaryContinue
false positives when fall-through cases are present
#69
Closed
1 task done
Labels
A-Linter
Area: linter
L-JavaScript
Language: JavaScript and super languages
S-Bug-confirmed
Status: report has been confirmed as a valid bug
Environment information
What happened?
Initially reported in rome#4745.
noUnnecessaryContinue
reports a false positive when a fall-through case is used.See an example on the playground.
Expected result
This example should not be reported by the rule.
Code of Conduct
The text was updated successfully, but these errors were encountered: