Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace valid-jsdoc rule with eslint-plugin-jsdoc equivalent #149

Open
blimmer opened this issue Oct 13, 2024 · 0 comments
Open

Replace valid-jsdoc rule with eslint-plugin-jsdoc equivalent #149

blimmer opened this issue Oct 13, 2024 · 0 comments
Labels
help wanted Accepting PRs next major This will be address in the next major version.

Comments

@blimmer
Copy link

blimmer commented Oct 13, 2024

Is your feature request related to a problem? Please describe.

eslint@9 removed the valid-jsdoc rule: https://eslint.org/docs/latest/rules/valid-jsdoc

This rule was removed in ESLint v9.0.0 and replaced by the eslint-plugin-jsdoc equivalent.

Describe the solution you'd like

To support eslint@8 and eslint@9, we should use the plugin instead. See https://github.com/gajus/eslint-plugin-jsdoc/wiki/Comparison-with-deprecated-JSdoc-related-ESLint-rules for details.

Describe alternatives you've considered

N/A - it was removed upstream.

Additional context

Screenshot 2024-10-12 at 18 43 13

@blimmer blimmer changed the title Update valid-jsdoc rule to use eslint-plugin-jsdoc Replace valid-jsdoc rule with eslint-plugin-jsdoc equivalent Oct 13, 2024
@mdonnalley mdonnalley added help wanted Accepting PRs next major This will be address in the next major version. labels Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Accepting PRs next major This will be address in the next major version.
Projects
None yet
Development

No branches or pull requests

2 participants