feat(linter): demote no-inner-declarations from correctness to pedantic (eslint v9)

This commit is contained in:
Boshen 2024-05-12 23:23:17 +08:00
parent 4ccc3ee6b2
commit c6874ad71b
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -45,7 +45,7 @@ declare_oxc_lint!(
/// }
/// ```
NoInnerDeclarations,
correctness
pedantic
);
impl Rule for NoInnerDeclarations {