{"gitdown": "contents", "rootId": "no-types"}
This rule reports types being used on @param or @returns.
The rule is intended to prevent the indication of types on tags where the type information would be redundant with TypeScript.
When contexts are supplied, will also strip @property when on a
ClassDeclaration.
Strips any types that are found.
{"gitdown": "options"}
| Context | ArrowFunctionExpression, FunctionDeclaration, FunctionExpression; others when contexts option enabled |
| Tags | param, returns |
| Aliases | arg, argument, return |
| Recommended | false |
| Options | contexts |