Skip to content

Incorporating now deprecated valid-jsdoc ESLint jsdoc rules and options which we do not already support #107

Closed
@brettz9

Description

@brettz9

If you weren't aware, ESLint has end-of-lifed their jsdoc support: https://eslint.org/blog/2018/11/jsdoc-end-of-life (and are recommending eslint-plugin-jsdoc as a replacement).

Besides this it would be very nice to incorporate the functionality of require-jsdoc and valid-jsdoc which are not part of eslint-plugin-jsdoc and document how to transition... See https://github.com/gajus/eslint-plugin-jsdoc/wiki/Comparison-with-deprecated-JSdoc-related-ESLint-rules for already existing equivalents or near-equivalents and below for the remaining.

For require-jsdoc, see #162. (original source and tests) Merged

For our need to deal with the deprecation of sourceCode.getJSDocComment, see #189. Merged

We have no equivalents yet for the following behaviors:

We have no equally powerful/granular replacements for the following options:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions