-
- Notifications
You must be signed in to change notification settings - Fork 169
Closed
Labels
Description
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.