We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b34ff commit ce6caccCopy full SHA for ce6cacc
crates/oxc_linter/src/rules/eslint/no_unreachable.rs
@@ -26,7 +26,7 @@ declare_oxc_lint!(
26
/// Disallow unreachable code after `return`, `throw`, `continue`, and `break` statements
27
///
28
NoUnreachable,
29
- correctness
+ nursery
30
);
31
32
impl Rule for NoUnreachable {
0 commit comments