Skip to content

Commit

Permalink
chore(linter): move no-unreachable to nursery
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jun 14, 2024
1 parent c1b34ff commit ce6cacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_linter/src/rules/eslint/no_unreachable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ declare_oxc_lint!(
/// Disallow unreachable code after `return`, `throw`, `continue`, and `break` statements
///
NoUnreachable,
correctness
nursery
);

impl Rule for NoUnreachable {
Expand Down

0 comments on commit ce6cacc

Please sign in to comment.