@samitouri / QOS-React / commits / 3ee1fe4a8e

Fix contributor attribution for ESLint v10 support

Updated the changelog to reflect the correct contributor for the ESLint v10 support addition.

Jack Pope committed Apr 20, 2026 at 11:40 UTC 3ee1fe4a8ead714cee51be09f64ecd3a81df1acb
1 file changed +1 -1
packages/eslint-plugin-react-hooks/CHANGELOG.md
+1 -1
@@ -8,7 +8,7 @@
8
9 This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better `set-state-in-effect` detection, improved ref validation, and more helpful error reporting.
10
11 -- Add ESLint v10 support. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo) in [#35720](https://github.com/facebook/react/pull/35720))
11 +- Add ESLint v10 support. ([@azat-io](https://github.com/azat-io) in [#35720](https://github.com/facebook/react/pull/35720))
12 - Skip compilation for non-React files to improve performance. ([@josephsavona](https://github.com/josephsavona) in [#35589](https://github.com/facebook/react/pull/35589))
13 - Fix exhaustive deps bug with Flow type casting. ([@jorge-cab](https://github.com/jorge-cab) in [#35691](https://github.com/facebook/react/pull/35691))
14 - Fix `useEffectEvent` checks in component syntax. ([@jbrown215](https://github.com/jbrown215) in [#35041](https://github.com/facebook/react/pull/35041))