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
{}
Disallows more than one blank line in a row.
Helps maintain a readable style in your codebase.
Not configurable.
"no-consecutive-blank-lines": true
{}