Skip to content

Conversation

hyperz111
Copy link
Contributor

Prerequisites checklist

What is the purpose of this pull request?

To fix double blank lines when NOT use eslintrc config style.

What changes did you make? (Give an overview)

Before:

// Import...
import { defineConfig } from "eslint";


export default defineConfig([
  // Config...
])

After:

// Import...
import { defineConfig } from "eslint";

export default defineConfig([
  // Config...
])

Related Issues

N/A

Is there anything you'd like reviewers to focus on?

N/A

@eslint-github-bot eslint-github-bot bot added the bug Something isn't working label Jul 18, 2025
@github-project-automation github-project-automation bot moved this to Needs Triage in Triage Jul 21, 2025
@lumirlumir lumirlumir requested a review from aladdin-add July 21, 2025 14:04
Copy link
Member

@aladdin-add aladdin-add left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@aladdin-add aladdin-add merged commit c2de1f7 into eslint:main Jul 21, 2025
11 checks passed
@github-project-automation github-project-automation bot moved this from Needs Triage to Complete in Triage Jul 21, 2025
@github-actions github-actions bot mentioned this pull request Jul 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Status: Complete

Development

Successfully merging this pull request may close these issues.

2 participants