mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
fix(linter): change consistent-function-scoping to suspicious (#5010)
This commit is contained in:
parent
896b92f272
commit
86d0c0cb62
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ declare_oxc_lint!(
|
|||
/// }
|
||||
/// ```
|
||||
ConsistentFunctionScoping,
|
||||
correctness,
|
||||
suspicious,
|
||||
pending
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue