mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
feat(linter): demote no-inner-declarations from correctness to pedantic (eslint v9)
This commit is contained in:
parent
4ccc3ee6b2
commit
c6874ad71b
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ declare_oxc_lint!(
|
|||
/// }
|
||||
/// ```
|
||||
NoInnerDeclarations,
|
||||
correctness
|
||||
pedantic
|
||||
);
|
||||
|
||||
impl Rule for NoInnerDeclarations {
|
||||
|
|
|
|||
Loading…
Reference in a new issue