Feature request: "must document every X public member" (class, method, enum, interface, etc) #7537
jhm-ciberman
started this conversation in
Ideas
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.
-
I would like to request a new rule (or set of rules):
"Public X must be documented"
Where X is class, method, property, enum, enum member, interface, function, etc.
Enabling this rules would trigger an error when one of these members is either
public
orprotected
and do not have a JSDoc block.This is just a raw idea. I don't know the internals of biome, I am just a user, so sorry if the idea is too broad or vague.
Thanks for the awesome work.
Beta Was this translation helpful? Give feedback.
All reactions