v1.23.0
What's Changed
🪄 Improvements
- refactor: JSX fragments related rules no longer rely on
jsxPragmaandjsxPragmaFragsettings to perform their checks by @Rel1cx in #893 - refactor: improve applicability of the
no-useless-fragmentandprefer-shorthand-fragmentrules - refactor: deprecate
settings["react-x"].jsxPragmaandsettings["react-x"].jsxPragmaFragas they are no longer needed by any rules - refactor: replace
short-unique-idw/uidby @SukkaW in #894
🐞 Fixes
- fix(plugins/hooks-extra): fix
callandnewexpression related false positives inno-unnecessary-use-memoandno-unnecessary-use-callbackby @Rel1cx in #895
Full Changelog: v1.22.2...v1.23.0