Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jaymarvelz
Copy link
Contributor

Prerequisites checklist

What is the purpose of this pull request? (put an "X" next to an item)

[x] Documentation update
[ ] Bug fix (template)
[ ] New rule (template)
[ ] Changes an existing rule (template)
[ ] Add autofix to a rule
[ ] Add a CLI option
[ ] Add something to the core
[ ] Other, please explain:

This PR updates the "CLI Flag Changes" section of the flat config migration guide to include migration instructions for additional legacy CLI flags that are no longer supported when using flat config.

What changes did you make? (Give an overview)

  • Added new migration instructions for:
    • --env
    • --ignore-path
    • --no-eslintrc (moved and clarified placement)
  • Reordered sections alphabetically for consistency
  • Removed outdated --ext section (the flag was reintroduced in ESLint v9.21.0)

Fixes #20085

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

@jaymarvelz jaymarvelz requested a review from a team as a code owner October 23, 2025 02:22
@github-project-automation github-project-automation bot moved this to Needs Triage in Triage Oct 23, 2025
@netlify
Copy link

netlify bot commented Oct 23, 2025

Deploy Preview for docs-eslint ready!

Name Link
🔨 Latest commit 033a0cb
🔍 Latest deploy log https://app.netlify.com/projects/docs-eslint/deploys/68f991608139e100080a011b
😎 Deploy Preview https://deploy-preview-20238--docs-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@eslint-github-bot eslint-github-bot bot added the documentation Relates to ESLint's documentation label Oct 23, 2025
@aladdin-add aladdin-add moved this from Needs Triage to Implementing in Triage Oct 23, 2025
@aladdin-add aladdin-add added the accepted There is consensus among the team that this change meets the criteria for inclusion label Oct 23, 2025
Copy link
Member

@mdjermanovic mdjermanovic 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!

@mdjermanovic mdjermanovic merged commit 637216b into eslint:main Oct 23, 2025
33 checks passed
@github-project-automation github-project-automation bot moved this from Implementing to Complete in Triage Oct 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

accepted There is consensus among the team that this change meets the criteria for inclusion documentation Relates to ESLint's documentation

Projects

Status: Complete

Development

Successfully merging this pull request may close these issues.

Docs: update CLI flags migration instructions

3 participants