Requires a type on the (non-standard) @next tag.
See the jsdoc/require-yields rule for details on this tag.
| Context | everywhere |
| Tags | next |
| Recommended | true |
| Settings | |
| Options |
The following patterns are considered problems:
/**
* @next
*/
// Message: @next should have a typeThe following patterns are not considered problems:
/**
* @next {SomeType}
*/