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

Add "no-fallthrough" to base rules #135

Merged
merged 6 commits into from
Apr 30, 2024

Commits on Mar 10, 2024

  1. feat: add no-fallthrough rule

    Ensure switch statements contain a break, return or throw
    benjaminpearson committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    fda6bd5 View commit details
    Browse the repository at this point in the history
  2. fix: add changeset

    benjaminpearson committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    98a64c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    777a209 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62746e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    132dee4 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    faa6b95 View commit details
    Browse the repository at this point in the history