You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes #
## 🎯 Changes
What changes are made in this PR? Is it a feature or a bug fix?
<!--
Note: once you create a Pull request, we will automatically fix
auto-fixable lint issues in your branch
-->
## ✅ Checklist
- [ ] I have followed the steps listed in the [Contributing
guide](https://github.com/trpc/trpc/blob/main/CONTRIBUTING.md).
- [ ] If necessary, I have added documentation related to the changes
made.
- [ ] I have added or updated the tests related to the changes made.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Chores**
- Upgraded ESLint and related linting dependencies across all packages
and examples to their latest versions.
- Updated React and TypeScript ESLint plugins to newer releases,
including the React Hooks plugin.
- Removed deprecated or unused ESLint plugins and configurations in some
packages.
- **Refactor**
- Simplified internal logic using modern JavaScript syntax (nullish
coalescing assignment) in several places for improved readability and
maintainability.
- Adjusted ESLint configurations to streamline plugin integration and
rule management.
- **Style**
- Added or updated ESLint disable comments for new linting rules to
maintain code quality without affecting runtime behavior.
No user-facing features or functionality were changed.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments