-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: use typescript-eslint's recommended-requiring-type-checking #1036
feat: use typescript-eslint's recommended-requiring-type-checking #1036
Conversation
🦋 Changeset detectedLatest commit: 61916e5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://create-t3-app-git-fork-joshuakgoldberg-typescript-1e820b-t3-oss.vercel.app/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks for putting in all this work! After reading back my comments, some of them don't really relate to the PR itself I guess, but this seems like as good a place as any to bring them up.
I'd basically be fine to approve this as is, but want to leave it open for a few days to allow everyone else to read it and discuss.
That's from the default rule configurations: specifically how |
@JoshuaKGoldberg I'm getting tons of yellow squigglies in VSCode but no reported errors in the CLI: Is this what you meant with the |
@juliusmarminge yes, exactly! What you're seeing is a bug: TypeScript says one thing (e.g. In the meantime, I'll just disable the rules with a sad comment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome job. Thanks a lot!
Closes #1035
✅ Checklist
Changelog
Augments the internal/CLI and user-generated ESLint configs to extend from
plugin:@typescript-eslint/recommended-requiring-type-checking
.Screenshots
...n/a?
💯