Open AronHoxha opened 8 months ago
This issue has been automatically marked as stale because it hasn't had any activity for 6 months. Many things may have changed within this time. The issue may have already been fixed or it may not be relevant anymore. If at this point, this is still an issue, please respond with updated information. It will be closed in 21 days if no further activity occurs. Thanks for being a part of the Nx community! 🙏
Current Behavior
Currently eslint/plugin for inferred targets does not include eslint-schema.json['extends'] file paths into target inputs, rather it only includes the workspaceRoot eslintrc.json as a hardcoded value
Expected Behavior
All extended eslint config file paths are added to the lint target inputs "recursively". Example: project A eslint config (extends) -> B eslint config -> C eslint config, all three elsint configs are added to the target inputs
GitHub Repo
https://github.com/AronHoxha/nx-examples
Steps to Reproduce
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response