Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
test(eslint-plugin): demonstrate no-redundant-type-constituents regression with failing test.#11788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
Thanks for the PR,@brokentone! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint. |
netlifybot commentedNov 24, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
❌ Deploy Preview fortypescript-eslint failed.
|
nx-cloudbot commentedNov 24, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test eslint-plugin --coverage=false | ❌ Failed | 5m 11s | View ↗ |
nx test eslint-plugin | ❌ Failed | 5m 28s | View ↗ |
nx run-many -t lint | ✅ Succeeded | 3m 12s | View ↗ |
nx run-many -t typecheck | ✅ Succeeded | 1m 56s | View ↗ |
nx test eslint-plugin-internal --coverage=false | ✅ Succeeded | 4s | View ↗ |
nx test typescript-estree --coverage=false | ✅ Succeeded | 2s | View ↗ |
nx run generate-configs | ✅ Succeeded | 7s | View ↗ |
nx run types:build | ✅ Succeeded | 2s | View ↗ |
Additional runs (28) | ✅ Succeeded | ... | View ↗ |
☁️Nx Cloud last updated this comment at2025-11-24 22:14:15 UTC

PR Checklist
Overview
Hey folks, I understand I'm deviating from the format substantially, but I figured the easiest reproduction case for this regression:#11787 would be demonstrated in the project tests themselves. I'm more than happy for this to be closed quickly and taken over independently, just trying to be as helpful as I can be!