Rule: newline-before-return
Enforces blank line before return when not the only line in the block.
Rationale
Helps maintain a readable style in your codebase.
Notes:
Has Fixer
Config
Not configurable.
Config examples
"newline-before-return": true
Schema
{}