-
-
Notifications
You must be signed in to change notification settings - Fork 164
Enabling require-jsdoc applies fixes oddly on exported functions #526
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
Comments
🎉 This issue has been resolved in version 24.0.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Though I think it should, please let us know if the latest fix still doesn't address all of your issues (and which ones). Thanks! |
* master: fix: in conjunction with `comment-parser` update, remove last line break in last tag description for proper stringification (and fix old tests) test(no-types): check the fix for no-types preserves asterisks fix(require-jsdoc): check above export for named exports; fixes gajus#526 # Conflicts: # test/rules/assertions/requireParam.js
If you already updated, please update further to 24.0.6 as it includes some fixes for a regression introduced in the commit for this issue. |
Perfect thank you! |
🎉 This issue has been resolved in version 25.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hi,
When I enable require-jsdoc, for any of my exported functions, anything that is seen as needing fixed is injected between the export and const keywords. Additionally, for any functions that have parameters, it repeatedly adds "eeeeee" to the description block. I am using eslint 6.8.0, and eslint-plugin-jsdoc 24.0.2. Thank you.
My .eslintrc.js:
For example:
Before:
After:
The text was updated successfully, but these errors were encountered: