Rules
no-children-count
Full Name in eslint-plugin-react-x
Full Name in @eslint-react/eslint-plugin
Features
🔍
Presets
core
recommended
recommended-typescript
recommended-type-checked
What it does
Prevents the use of Children.count
from the react
package.
Using Children
is uncommon and can lead to fragile code. See common alternatives.