mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(linter): move no-redeclare to nursery
This commit is contained in:
parent
384c3fc00f
commit
39e4efb2c0
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ declare_oxc_lint!(
|
|||
/// var a = 10;
|
||||
/// ```
|
||||
NoRedeclare,
|
||||
correctness
|
||||
nursery // There are false positives within TypeScript files (e.g. redeclare on interface)
|
||||
);
|
||||
|
||||
impl Rule for NoRedeclare {
|
||||
|
|
|
|||
Loading…
Reference in a new issue