-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
chore(eslint-plugin): correct TODO comment on the wrong line #11773
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
Conversation
Remove TODO and update comments related to `no-new-symbol` rule. The `no-new-symbol` rule was deprecated in ESLint 9.0.0 and will be removed in ESLint v11.0.0. We need to keep the rule disabled until TSESLint drops support for ESLint 8. (This commit message was automatically generated by an LLM.)
|
Thanks for the PR, @Zamiell! 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 typescript-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
View your CI Pipeline Execution ↗ for commit e3158a3
☁️ Nx Cloud last updated this comment at |
JoshuaKGoldberg
left a 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.
Thanks!
Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11773 +/- ##
==========================================
- Coverage 90.52% 90.49% -0.04%
==========================================
Files 522 522
Lines 53356 53357 +1
Branches 8920 8909 -11
==========================================
- Hits 48300 48284 -16
- Misses 5040 5057 +17
Partials 16 16
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
d26e9de
into
typescript-eslint:main

I noticed that the TODO comment in this file was actually in the wrong spot, implying that "no-new-native-nonconstructor" was the deprecated rule instead of "no-new-symbol".
I moved the comment, and then expanded it to make it more descriptive.