-
Notifications
You must be signed in to change notification settings - Fork 2k
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
eslint-plugin-jsdoc: Use TypeScript recommendations #21556
Conversation
This pull request has merge conflicts that must be resolved before it can be merged. |
This pull request has merge conflicts that must be resolved before it can be merged. |
This pull request has merge conflicts that must be resolved before it can be merged. |
This pull request has merge conflicts that must be resolved before it can be merged. |
The majority of the change here remove types from comments, right?
becomes
Is that what we want? |
Since we're using TypeScript, we already specify types, and in a much more succinct way that ensures we don't/can't misdefine the types. So, yes! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I have no strong feelings about the comments either.
This PR switches the JSDoc plugin to use the TypeScript recommendations instead of the regular ones, since we're using TypeScript.
Missing descriptions are generated with the help of GitHub Copilot.