mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
chore(linter): demote no_undef to nursery
This commit is contained in:
parent
a7a834a3f7
commit
e44b6b3eee
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue