Releases: szhsin/eslint-plugin-react-hooks-addons
Releases · szhsin/eslint-plugin-react-hooks-addons
v0.4.1
- Support for ESLint v9 #117
- Add flat and legacy configs #117
NOTE: this version didn't introduce breaking changes and should be a drop-in update for all ESLint versions.
v0.3.0
- Add
additionalHooks
option (#5)
- Rename
customComment
option to effectComment
v0.2.0
Add customComment
option (#4)
v0.1.2
- Report message using
messageId
- Rule testing with
RuleTester
(#3)