Skip to content

Releases: andykao1213/eslint-plugin-react-hook-form

v0.3.1

11 May 14:29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

0.3.0 Release

11 Mar 06:37

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.5...v0.3.0

0.2.5 Release

18 Nov 01:45

Choose a tag to compare

Bug Fixes

0.2.4 Release

26 Mar 08:55

Choose a tag to compare

What's Changed

  • fix(no-nested-object-setvalue): only throw error for Array & Object expressions by @andykao1213 in #18

Full Changelog: v0.2.3...v0.2.4

0.2.3 Release

28 Feb 06:30

Choose a tag to compare

0.2.3 (2022-02-28)

Bug Fixes

0.2.2 Release

16 Jan 14:58

Choose a tag to compare

Bug Fixes

0.2.1 Release

03 Jul 07:34

Choose a tag to compare

Features

  • add recommended configs. (#10) (d08a223)
  • no-access-control: add new rule (494ef85)
  • no-nested-object-setvalue: introduce new rule (#9) (fc7127c)

v0.2.0

15 Jun 13:16

Choose a tag to compare

  • Check if formState comes from useFrom() or useFormState()

0.1.0

08 Jun 14:56

Choose a tag to compare

0.1.0 Pre-release
Pre-release

Check if the property of formState is destructured. (Reference)