Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

v21.0.0

Choose a tag to compare

@jhnns jhnns released this 09 Jul 08:38
c8ec22b

Features

  • Add eslint-plugin-react-hooks (6c0d0a3)
  • Add styles/react-jsx-allow-bind (a8e4326)
  • Disable promise/prefer-await-to-then and promise/prefer-await-to-callbacks (b715e44)
  • Relax import/max-dependencies and max-lines (f692e4b)
  • Relax max-lines in tests (cd1e294)
  • Relax react/jsx-no-bind (89873c3)
  • Switch off react/no-multi-comp (366636a)

BREAKING CHANGES

  • There are linting rules for React hooks now.