Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 206 Bytes

no-empty-yuidoc-code-blocks.md

File metadata and controls

14 lines (11 loc) · 206 Bytes

Disallow empty code blocks in YUIDoc comments (ember-internal/no-empty-yuidoc-code-blocks)

Examples

/**
 * See code below:
 *
 * ```js
 * ```
 */