Skip to content

Commit

Permalink
fix(linter): change consistent-function-scoping to suspicious (#5010)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonIsaac committed Aug 20, 2024
1 parent 896b92f commit 86d0c0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ declare_oxc_lint!(
/// }
/// ```
ConsistentFunctionScoping,
correctness,
suspicious,
pending
);

Expand Down

0 comments on commit 86d0c0c

Please sign in to comment.