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
|||[require-file-overview](./docs/rules/require-file-overview.md#readme)| Checks that all files have one `@file`, `@fileoverview`, or `@overview` tag at the beginning of the file. |
452
452
||:wrench:|[require-hyphen-before-param-description](./docs/rules/require-hyphen-before-param-description.md#readme)| Requires a hyphen before the `@param` description (and optionally before `@property` descriptions). |
453
453
|:heavy_check_mark:|:wrench:|[require-jsdoc](./docs/rules/require-jsdoc.md#readme)| Checks for presence of JSDoc comments, on functions and potentially other contexts (optionally limited to exports). |
454
+
|||[require-next-description](./docs/rules/require-next-description.md#readme)| Requires a description for `@next` tags |
454
455
|:heavy_check_mark:||[require-next-type](./docs/rules/require-next-type.md#readme)| Requires a type for `@next` tags |
455
456
|:heavy_check_mark:|:wrench:|[require-param](./docs/rules/require-param.md#readme)| Requires that all function parameters are documented with a `@param` tag. |
456
457
|:heavy_check_mark:|:wrench:|[require-param-description](./docs/rules/require-param-description.md#readme)| Requires that each `@param` tag has a `description` value. |
|:heavy_check_mark: (Off in TS; On in TS flavor)||[require-returns-type](./docs/rules/require-returns-type.md#readme)| Requires that `@returns` tag has type value (in curly brackets). |
467
468
|||[require-template](./docs/rules/require-template.md#readme)| Requires `@template` tags be present when type parameters are used. |
468
469
|||[require-throws](./docs/rules/require-throws.md#readme)| Requires that throw statements are documented with `@throws` tags. |
470
+
|||[require-throws-description](./docs/rules/require-throws-description.md#readme)| Requires a description for `@throws` tags |
469
471
|:heavy_check_mark:||[require-throws-type](./docs/rules/require-throws-type.md#readme)| Requires a type for `@throws` tags |
470
472
|:heavy_check_mark:||[require-yields](./docs/rules/require-yields.md#readme)| Requires yields are documented with `@yields` tags. |
471
473
|:heavy_check_mark:||[require-yields-check](./docs/rules/require-yields-check.md#readme)| Ensures that if a `@yields` is present that a `yield` (or `yield` with a value) is present in the function body (or that if a `@next` is present that there is a yield with a return value present). |
474
+
|||[require-yields-description](./docs/rules/require-yields-description.md#readme)| Requires a description for `@yields` tags |
472
475
|:heavy_check_mark:||[require-yields-type](./docs/rules/require-yields-type.md#readme)| Requires a type for `@yields` tags |
473
476
||:wrench:|[sort-tags](./docs/rules/sort-tags.md#readme)| Sorts tags by a specified sequence according to tag name, optionally adding line breaks between tag groups. |
474
477
|:heavy_check_mark:|:wrench:|[tag-lines](./docs/rules/tag-lines.md#readme)| Enforces lines (or no lines) between tags. |
0 commit comments