Skip to content

[Docs] clarify flat config file scoping - #3283

Merged
ljharb merged 1 commit into
import-js:mainfrom
raisulchowdhury:codex-3099-readme
Aug 21, 2026
Merged

[Docs] clarify flat config file scoping#3283
ljharb merged 1 commit into
import-js:mainfrom
raisulchowdhury:codex-3099-readme

Conversation

@raisulchowdhury

Copy link
Copy Markdown
Contributor

Summary

  • Clarify that flatConfigs.recommended does not set a files pattern.
  • Explain how to scope the import config in projects that lint multiple file types, including Angular templates.

Fixes #3099

Validation

  • markdownlint README.md
  • git diff --check

This follows the maintainer guidance in #3099 and documents the existing configuration behavior without changing the exported config. AI assistance was used for implementation and review; the final diff and validation were checked before publication.

Explain that the recommended flat config is unfiltered and should not be applied to Angular templates.

Assisted-by: OpenAI Codex

Signed-off-by: raisulchowdhury <34920788+raisulchowdhury@users.noreply.github.com>
Copilot AI review requested due to automatic review settings August 1, 2026 16:22

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@ljharb ljharb reopened this Aug 17, 2026
@ljharb ljharb changed the title docs: clarify flat config file scoping [Docs] clarify flat config file scoping Aug 20, 2026
@ljharb
ljharb force-pushed the codex-3099-readme branch from a542731 to a0a9e16 Compare August 20, 2026 18:41
@codecov

codecov Bot commented Aug 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.57%. Comparing base (46fa43b) to head (a0a9e16).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3283   +/-   ##
=======================================
  Coverage   79.57%   79.57%           
=======================================
  Files          98       98           
  Lines        4539     4539           
  Branches     1569     1537   -32     
=======================================
  Hits         3612     3612           
  Misses        927      927           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ljharb
ljharb merged commit a0a9e16 into import-js:main Aug 21, 2026
698 of 819 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

forEach is undefined when running import/namespace

3 participants