eslint-plugin-react-hooks@7.1.0
📦 reactView on GitHub →
✨ 2 features🐛 2 fixes🔧 4 symbols
Summary
This release introduces ESLint v10 support and significant compiler improvements, including better performance by skipping non-React file compilation and enhanced error reporting for various linting rules.
✨ New Features
- Added support for ESLint v10.
- Performance improved by skipping compilation for files that do not contain React code.
🐛 Bug Fixes
- Fixed an exhaustive dependencies bug when using Flow type casting.
- Fixed incorrect `useEffectEvent` checks within component syntax.