Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 405 Bytes

lines-between-props.md

File metadata and controls

22 lines (14 loc) · 405 Bytes

interfaced/lines-between-props

Enforce newlines between properties.

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

Options

{
	amount: <number>
}

amount

How many newlines should be between properties (including JSDoc). The default value is 1.

Resources