chore(linter): demote no_undef to nursery

This commit is contained in:
Boshen 2023-08-20 15:53:36 +08:00
parent a7a834a3f7
commit e44b6b3eee
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -35,7 +35,7 @@ declare_oxc_lint!(
/// var bar = a + 1;
/// ```
NoUndef,
correctness
nursery // https://github.com/web-infra-dev/oxc/issues/732
);
impl Rule for NoUndef {