Skip to content

Files

Latest commit

 

History

History
14 lines (8 loc) · 413 Bytes

jsdoc-type-indent.md

File metadata and controls

14 lines (8 loc) · 413 Bytes

interfaced/jsdoc-type-indent

Enforce consistent indentation in JSDoc type.

Fixable: this rule is automatically fixable by --fix.

Options

The rule accepts either 'tab' for tabbed indentation or an integer for spaced indentation. The default value is 2 (2-space indentation).

Resources