@eslint-react/var
Advanced tools
Changelog
v1.23.0 (Tue 31 Dec 2024)
jsxPragma
and jsxPragmaFrag
settings to perform their checks by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/893no-useless-fragment
and prefer-shorthand-fragment
rulessettings["react-x"].jsxPragma
and settings["react-x"].jsxPragmaFrag
as they are no longer needed by any rulesshort-unique-id
w/ uid
by @SukkaW in https://github.com/rEl1cx/eslint-react/pull/894call
and new
expression related false positives in no-unnecessary-use-memo
and no-unnecessary-use-callback
by @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/895