Skip to content

feat(no-lines-after-blocks): add rule - #1542

Open
brettz9 wants to merge 1 commit into
gajus:mainfrom
brettz9:no-lines-before-blocks
Open

feat(no-lines-after-blocks): add rule#1542
brettz9 wants to merge 1 commit into
gajus:mainfrom
brettz9:no-lines-before-blocks

Conversation

@brettz9

@brettz9 brettz9 commented Sep 23, 2025

Copy link
Copy Markdown
Collaborator

feat(no-lines-after-blocks): add rule; fixes #1211

Prevents lines intervening between functions or other structures and JSDoc blocks

@brettz9 brettz9 changed the title feat(no-lines-before-blocks): add rule feat(no-lines-after-blocks): add rule Sep 24, 2025
@brettz9
brettz9 force-pushed the no-lines-before-blocks branch 6 times, most recently from a30107e to 75c21e7 Compare September 28, 2025 04:03
Prevents lines intervening between functions or other structures and JSDoc blocks
@brettz9
brettz9 force-pushed the no-lines-before-blocks branch from 75c21e7 to dae7b9b Compare October 2, 2025 08:30
@juniorcastro0152-hub

Copy link
Copy Markdown

You return them as they were or!

@brettz9

brettz9 commented Feb 27, 2026

Copy link
Copy Markdown
Collaborator Author

@juniorcastro0152-hub : I don't understand your comment. The rule has a fixer to remove excess lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Prevent line break between JSDoc comment and following (non comment) statement

2 participants