JSDoc/DocBlock missing detection for functions, classes and anything else that is relevant #10161
shoulders
started this conversation in
Rule suggestion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I have a lot of code without proper DocBlocks/JSDoc and it would be nice to enable a test in Biome (it should be off by default) that can identify all functions and classes that are missing their DocBlocks allowing me to easily correct them.
There might be other things than functions and classes that need missing DocBlock detection but I am not an expert so I am just pointing you guys in the right direction.
This test should be optional and turned off by default. A lot of programmers do not bother with DocBlocks if the code is small etc..
I check there were no rules for Javascript, but this rule should be applied to all languages as needed.
thanks for looking 😄
Beta Was this translation helpful? Give feedback.
All reactions