Rules
avoid-shorthand-fragment
Full Name in eslint-plugin-react-x
Full Name in @eslint-react/eslint-plugin
Features
🔍
What it does
Enforces the use of explicit <Fragment>
or <React.Fragment>
components instead of the shorthand <>
or </>
syntax.