Skip to content

Commit

Permalink
docs: add small note about process.exit (#2700)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored May 3, 2024
1 parent 4f795de commit 2a22c97
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ declare_rule! {
/// Switch clauses in `switch` statements fall through by default.
/// This can lead to unexpected behavior when forgotten.
///
/// > The rule doesn't take `process.exit()` in consideration.
///
/// ## Examples
///
/// ### Invalid
Expand Down

0 comments on commit 2a22c97

Please sign in to comment.