@eslint-react/shared
Advanced tools
Changelog
v1.23.0 (2024-12-31)
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/895Changelog
v1.22.2 (Mon 30 Dec 2024)
no-duplicate-key
rule to improve its performance @rEl1cx in https://github.com/rEl1cx/eslint-react/pull/891 and 33ab3ccas
, satisfies
, and non-null assertion operator in various rules