fix(linter): add files entry to react flat configs to avoid applying TS rules to JSON files#29457
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
|
View your CI Pipeline Execution ↗ for commit 0db0949.
☁️ Nx Cloud last updated this comment at |
|
@FrozenPandaz Can you please review this Pull Request Cheers |
f142482 to
466a5c4
Compare
|
@Coly010 just curious to why use ignores instead of strict alignment to correct file extensions. I was following the same as what was done to the angular lint rules. |
|
Unless I'm mistaken and I may be, the root eslint config should already be applying the rules to the |
…TS rules to JSON files
|
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
This PR fixes an issue with React libs, where TS rules are being applied to JSON files.
Current Behavior
Expected Behavior
Related Issue(s)
Fixes #28245