WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.35k stars 4.13k forks source link

Testing: Add rule to enforce existence of JSDoc #15193

Open aduth opened 5 years ago

aduth commented 5 years ago

Previously: #6341, #4506, #4245

To the extent reasonable, we should enforce that all functions and top-level symbols of a file have preceding JSDoc. The goal here is in making helping to make clear the purpose of a function, both to the original author and to future maintainers.

Implementation Notes:

swissspidy commented 5 years ago

See also #13741