This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
no-switch-case-fall-through
fails when continue
ing outer loop
#509
Labels
The following code fails to check, even though it clearly breaks from the switch-case:
The output I got (with every option except for that one above explicitly disabled):
It should be able to infer that it's clearly breaking a parent loop. This is with the current npm CLI version.
The text was updated successfully, but these errors were encountered: