[Docs] clarify flat config file scoping - #3283
Merged
Merged
Conversation
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>
ljharb
force-pushed
the
codex-3099-readme
branch
from
August 20, 2026 18:41
a542731 to
a0a9e16
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
ljharb
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
flatConfigs.recommendeddoes not set afilespattern.Fixes #3099
Validation
markdownlint README.mdgit diff --checkThis 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.