Skip to content

Files

Latest commit

 

History

History
16 lines (10 loc) · 516 Bytes

missing-jsdoc.md

File metadata and controls

16 lines (10 loc) · 516 Bytes

Pattern: Missing JSDoc

Issue: -

Description

Deprecated - This rule can be replaced with TSLint's file-header rule.

All files must have a top level JSDoc comment. A JSDoc comment starts with ** (not one more or one less asterisk) and a JSDoc at the 'top-level' appears without leading spaces. Trailing spaces are acceptable but not recommended

Further Reading