mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(linter): move no-unreachable to nursery
This commit is contained in:
parent
c1b34ff011
commit
ce6cacc85a
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ declare_oxc_lint!(
|
|||
/// Disallow unreachable code after `return`, `throw`, `continue`, and `break` statements
|
||||
///
|
||||
NoUnreachable,
|
||||
correctness
|
||||
nursery
|
||||
);
|
||||
|
||||
impl Rule for NoUnreachable {
|
||||
|
|
|
|||
Loading…
Reference in a new issue