fix(linter): change consistent-function-scoping to suspicious (#5010)

This commit is contained in:
DonIsaac 2024-08-20 16:22:30 +00:00
parent 896b92f272
commit 86d0c0cb62

View file

@ -88,7 +88,7 @@ declare_oxc_lint!(
/// }
/// ```
ConsistentFunctionScoping,
correctness,
suspicious,
pending
);