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
feat: require JSDoc in new api #50429
Conversation
👀 Review this PR in a CodeSee Review Map |
Okay @ojeytonwilliams if you'd like to take a peek at this:
|
@naomi-lgbt I'll take a proper look next week, but it's looking good! |
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.
Hey @naomi-lgbt I had play with it and have a few suggestions:
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.
Thanks @naomi-lgbt, the config looks good.
When I get a chance, I'll update the comments - it gives me an excuse to understand Fastify a bit better!
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.
Yes and no. We convert all warnings to errors and, while we could stop doing that, I'd rather not. Warnings just get ignored. It shouldn't take long to finish this PR, though, so I'll just crack on with it. |
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This keeps it from enforcing spacing or no spacing between function description and tags.
5981a21
to
37ccdf3
Compare
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.
Now which PRs are we looking to update once this is in? I don't want main
to break if other PRs are outdated.
No - I'll just hit the update branch on all of them. Thanks. |
Checklist:
main
branch of freeCodeCamp.Closes #50417