v1.5.11 (Wed 08 May 2024)
✨ New
- Rule
no-class-component
rule now allows class components with acomponentDidCatch
method (Thanks to @christopher-buss) - Settings
reactOptions
now supportsimportSource
to specify the import source for React (Thanks to @christopher-buss)
🗑️ Deprecations
- Deprecate rule
no-implicit-key
because it is stylistic and opinionated - Deprecate rule
no-complicated-conditional-rendering
because it is stylistic and opinionated
🪄 Improvements
- Refactor React pragma and import name retrieval utils to support custom import source
- Update
@typescript-eslint
's packages to7.8.0