Skip to content

refactor: combine environment config with base config #176

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

xbinaryx
Copy link
Contributor

When generating ESLint configs with environment globals, combine them into a single config object instead of creating separate objects. This simplifies the output and prevents potential confusion for users who might think multiple objects are necessary.

Fixes #171

@lumirlumir lumirlumir assigned lumirlumir and unassigned lumirlumir May 21, 2025
@github-project-automation github-project-automation bot moved this to Needs Triage in Triage May 21, 2025
Copy link
Member

@nzakas nzakas left a comment

Choose a reason for hiding this comment

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

LGTM. Would like @JoshuaKGoldberg to review before merging.

@nzakas nzakas moved this from Needs Triage to Second Review Needed in Triage May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Second Review Needed
Development

Successfully merging this pull request may close these issues.

Two config objects created for JS & globals that could be merged
3 participants