Rule: no-consecutive-blank-lines

Disallows more than one blank line in a row.

Rationale

Helps maintain a readable style in your codebase.

Config

Not configurable.

Examples
"no-consecutive-blank-lines": true
Schema
{}