This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
no-switch-case-fall-through thrown on nested switch statements where all cases of inner switch have return statements #1538
Labels
Milestone
Bug Report
3.2.0
1.8.10
TypeScript code being linted
with
tslint.json
configuration:(include if relevant)
Actual behavior
Throws no-switch-case-fall-through at line before default case of the outer loop.
Expected behavior
No error.
The text was updated successfully, but these errors were encountered: