We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd2f89 commit 3918e08Copy full SHA for 3918e08
packages/eslint-plugin/docs/rules/no-parameter-properties.md
@@ -8,7 +8,7 @@ description: 'Disallow the use of parameter properties in class constructors.'
8
9
:::danger Deprecated
10
11
-This rule has been deprecated in favour of the equivalent, better named [`parameter-properties`](./parameter-properties) rule.
+This rule has been deprecated in favour of the equivalent, better named [`parameter-properties`](./parameter-properties.md) rule.
12
:::
13
14
Parameter properties can be confusing to those new to TypeScript as they are less explicit than other ways
0 commit comments