You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|:heavy_check_mark:||[require-property-description](./docs/rules/require-property-description.md#readme)| Requires that each `@property` tag has a `description` value. |
485
491
|:heavy_check_mark:||[require-property-name](./docs/rules/require-property-name.md#readme)| Requires that all `@property` tags have names. |
486
492
|:heavy_check_mark: (Off in TS; On in TS flavor)||[require-property-type](./docs/rules/require-property-type.md#readme)| Requires that each `@property` tag has a type value (in curly brackets). |
493
+
|||[require-rejects](./docs/rules/require-rejects.md#readme)| Requires that Promise rejections are documented with `@rejects` tags. |
487
494
|:heavy_check_mark:|:wrench:|[require-returns](./docs/rules/require-returns.md#readme)| Requires that returns are documented with `@returns`. |
488
495
|:heavy_check_mark:||[require-returns-check](./docs/rules/require-returns-check.md#readme)| Requires a return statement in function body if a `@returns` tag is specified in JSDoc comment(and reports if multiple `@returns` tags are present). |
489
496
|:heavy_check_mark:||[require-returns-description](./docs/rules/require-returns-description.md#readme)| Requires that the `@returns` tag has a `description` value (not including `void`/`undefined` type returns). |
0 commit comments