Skip to content

Commit

Permalink
docs(noUselessConstructor): update outdated link to external docs (#3008
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dyc3 committed May 27, 2024
1 parent f793b72 commit 1e813c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ declare_rule! {
/// The rule ignores:
///
/// - decorated classes;
/// - constructors with at least one [parameter property](https://www.typescriptlang.org/docs/handbook/classes.html#parameter-properties);
/// - constructors with at least one [parameter property](https://www.typescriptlang.org/docs/handbook/2/classes.html#parameter-properties);
/// - `private` and `protected` constructors.
///
/// ## Caveat
Expand Down

0 comments on commit 1e813c6

Please sign in to comment.