Releases: Rel1cx/eslint-react
Releases · Rel1cx/eslint-react
v1.5.17
v1.5.16
What's Changed
🐞 Fixes
- Fix debug rules not exporting correctly in
@eslint-react/eslint-plugin
🪄 Improvements
- Remove rule
prefer-shorthand-boolean
from recommended presets - Remove rule
prefer-shorthand-fragment
from recommended presets - Remove rule
prefer-destructuring-assignment
from recommended presets
Full Changelog: v1.5.15...v1.5.16
v1.5.15
What's Changed
🐞 Fixes
- Remove
languageOptions.parser
from presets - Remove
@typescript-eslint/parser
from peer dependencies - Rule
no-leaked-conditional-rendering
: object should be considered as valid left-hand type
New Contributors
Full Changelog: v1.5.14...v1.5.15
v1.5.14
v1.5.13
v1.5.12
v1.5.11
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