We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement ESLint's no-fallthrough rule.
no-fallthrough
Start by running
just new-rule no-fallthrough
The text was updated successfully, but these errors were encountered:
This rule requires code reachability test as a prerequisite. So I will temporarily stop working on implementing it...
Sorry, something went wrong.
feat(linter): add no-fallthrough. (#3673)
080ecbd
[no-fallthrough](https://eslint.org/docs/latest/rules/no-fallthrough) [oxlint-ecosystem-ci](https://github.com/rzvxa/oxlint-ecosystem-ci/actions/runs/9546510803) related to #633 and closes #597 also related to #3662
Successfully merging a pull request may close this issue.
Implement ESLint's
no-fallthrough
rule.Start by running
The text was updated successfully, but these errors were encountered: