Motivation
Being able to disallow types on @property descriptions in Typescript files.
Current behavior
The no-types rule currently only covers the @param and @returns descriptions.
Desired behavior
The no-types rule should include @property descriptions.
Alternatives considered
The no-types rule should have a setting to optionally include @property descriptions.
Motivation
Being able to disallow types on
@propertydescriptions in Typescript files.Current behavior
The
no-typesrule currently only covers the@paramand@returnsdescriptions.Desired behavior
The
no-typesrule should include@propertydescriptions.Alternatives considered
The
no-typesrule should have a setting to optionally include@propertydescriptions.