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

Handle @internal in the same way as @private #639

Closed
maksnester opened this issue Sep 18, 2020 · 1 comment · Fixed by #641
Closed

Handle @internal in the same way as @private #639

maksnester opened this issue Sep 18, 2020 · 1 comment · Fixed by #641

Comments

@maksnester
Copy link

Would be very convenient if that plugin would ignore jsdoc with @internal directives. At the moment you have to either care for docs for internal stuff, or ignore these methods with eslint-ignore, or mark as @private that might be not true.

brettz9 added a commit to brettz9/eslint-plugin-jsdoc that referenced this issue Sep 25, 2020
brettz9 added a commit to brettz9/eslint-plugin-jsdoc that referenced this issue Sep 25, 2020
brettz9 added a commit to brettz9/eslint-plugin-jsdoc that referenced this issue Sep 27, 2020
brettz9 added a commit that referenced this issue Sep 27, 2020
…tags; fixes #639

Not applied to `empty-tags` rule
@gajus
Copy link
Owner

gajus commented Sep 27, 2020

🎉 This issue has been resolved in version 30.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gajus gajus added the released label Sep 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants