Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(no-conditional-statements): allow continue and break statements with labels to be considered "returning" #846

Commits on Jul 11, 2024

  1. fix(no-conditional-statements): allow continue and break statements w…

    …ith labels to be considered "returning" (#846)
    
    Handle labeled break statements and continue statements in switch cases in the no-conditional-statements rule.
    RebeccaStevens committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    969b77b View commit details
    Browse the repository at this point in the history