Rule: no-constructor-vars

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.

Config

Not configurable.

Examples
"no-constructor-vars": true
Schema
null