feat(typescript-estree): add tseslint.com redirects for CLI outputs#11895
feat(typescript-estree): add tseslint.com redirects for CLI outputs#11895JoshuaKGoldberg merged 5 commits intotypescript-eslint:mainfrom
Conversation
|
Thanks for the PR, @JoshuaKGoldberg! 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 on https://opencollective.com/typescript-eslint. |
✅ Deploy Preview for tseslint-redirects canceled.
|
✅ Deploy Preview for typescript-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
View your CI Pipeline Execution ↗ for commit 4b3acfd
☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
This might require some reconfiguration on the Netlify deploy side. But I think it should be fine / configurable, right?
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (83.33%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #11895 +/- ##
==========================================
- Coverage 90.67% 90.67% -0.01%
==========================================
Files 525 525
Lines 53480 53479 -1
Branches 8928 8928
==========================================
- Hits 48491 48490 -1
Misses 4976 4976
Partials 13 13
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
bradzacher
left a comment
There was a problem hiding this comment.
I wonder if there's a lint rule we can write which scans mdx and ts/tsx files for URLs in strings and ensures the shortlinks actually exist in the redirect config.
|
Yeah that'd be a nifty one... I guess we'll see if we end up needing it. |
|
I realized after sending that I should have labeled this as |
c036392
into
typescript-eslint:main

PR Checklist
Overview
Adds a very bare
packages/tseslint.comthat just has a minimalpackage.jsonand Netlify_redirectsfile. That redirects file has some preliminary listings for all thetypescript-eslint.io/results I could find in CLI outputs. Then it ends with a wildcard redirect fortypescript-eslint.io/redirect/:splatfor the 404 page.In service of this, on Netlify I:
tseslint.comfrom the domains for the main projecttseslint-redirectsproject that also pulls from this repopackages/tseslint.comdirectory...and, voila! These links seem to work!
💖