chore(linter): move no-unreachable to nursery

This commit is contained in:
Boshen 2024-06-14 13:13:10 +08:00
parent c1b34ff011
commit ce6cacc85a
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -26,7 +26,7 @@ declare_oxc_lint!(
/// Disallow unreachable code after `return`, `throw`, `continue`, and `break` statements
///
NoUnreachable,
correctness
nursery
);
impl Rule for NoUnreachable {