jsdoc
Installation
SKILL.md
JSDoc
The detailed JSDoc format guide with examples for every case. The always-on essentials live in
the jsdoc rule. Reach here when you need the full reference.
@example format
Short one-liner: label on the @example line, code as inline backtick on the next line
/**
* @example Required parameter
* `name: Type`
*
* @example Optional parameter
* `name?: Type`
*/