-
-
Notifications
You must be signed in to change notification settings - Fork 505
JSDoc optional #242
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
I am actually fine to disable that rule. The introduction of jsdoc plugin is more for formatting and enforcing such params is not intended. If you can find which rule causing it, feel free to send a pr to turn it off |
I think I have found the culprits ;) See PR. Thanks for fixing it. |
in5net
pushed a commit
to in5net/eslint-config
that referenced
this issue
Mar 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
This is not really a bug, more a request.
With the latest changes
@parm
and@returns
are automatically added onlint:fix
. This causes my source code to bloat up. I usually use comments like this in one line to quickly annotate the use case of a functionality and be able to see it then in VSCode as a tooltip. Example:This now becomes:
4 additional lines ;)
Tooltip in VSCode:
Reproduction
See description.
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: