--- ruleName: no-constructor-vars description: Disallows parameter properties. rationale: |- Parameter properties can be confusing to those new to TS as they are less explicit than other ways of declaring and initializing class members. optionsDescription: Not configurable. options: null optionExamples: - 'true' type: style optionsJSON: 'null' layout: rule title: 'Rule: no-constructor-vars' ---