Skip to content

Commit ce6cacc

Browse files
committed
chore(linter): move no-unreachable to nursery
1 parent c1b34ff commit ce6cacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_linter/src/rules/eslint/no_unreachable.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ declare_oxc_lint!(
2626
/// Disallow unreachable code after `return`, `throw`, `continue`, and `break` statements
2727
///
2828
NoUnreachable,
29-
correctness
29+
nursery
3030
);
3131

3232
impl Rule for NoUnreachable {

0 commit comments

Comments
 (0)