Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Enforce a blank line between case and default statements #130

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

anthony-j-castro
Copy link
Owner

@anthony-j-castro anthony-j-castro commented Apr 3, 2024

Updates the @stylistic/padding-line-between-statements rule options to enforce a blank line between case and default statements within switch statements.

@anthony-j-castro anthony-j-castro merged commit 5737609 into main Apr 3, 2024
3 checks passed
@anthony-j-castro anthony-j-castro deleted the blank-line-between-cases branch April 3, 2024 03:37
github-actions bot pushed a commit that referenced this pull request Apr 3, 2024
# [1.6.0](v1.5.0...v1.6.0) (2024-04-03)

### Features

* Enforce a blank line before a `break` statement ([#129](#129)) ([bd41251](bd41251))
* Enforce a blank line between `case` and `default` statements ([#130](#130)) ([5737609](5737609))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant