Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
no-parameter-properties: fix unclear rule description (#4629)
Browse files Browse the repository at this point in the history
  • Loading branch information
willyboy authored and adidahiya committed Apr 2, 2019
1 parent 5dbb3bb commit 0289e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/noParameterPropertiesRule.ts
Expand Up @@ -29,7 +29,7 @@ export class Rule extends Lint.Rules.AbstractRule {
Parameter properties can be confusing to those new to TS as they are less explicit
than other ways of declaring and initializing class members.
It can be cleaner to keep member variable declarations in one list directly only the class
It can be cleaner to keep member variable declarations in one list directly above the class constructor
(instead of mixed between direct class members and constructor parameter properties).
`,
optionsDescription: "Not configurable.",
Expand Down

0 comments on commit 0289e6d

Please sign in to comment.