This repository was archived by the owner on Feb 9, 2025. It is now read-only.
v21.0.0
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.