Closed
Description
The no-parameter-properties
rule enforces not using parameter properties, but I would like to enforce use of parameter properties whenever possible. I actually like the shorthand.
I would suggest renaming the rule to parameter-properties
(without the no-
prefix) and support enforcing both use and non-use of parameter properties.
Relevant TSLint issue: palantir/tslint#2638