Closed danreeves closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.36%. Comparing base (
d687e25
) to head (a1273d5
). Report is 33 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I would like to adopt this rule but
render*
is not the only render prop naming convention in my codebases. Namely libraries such as react-virtualized have a*Renderer
convention.This PR adds the ability to customize the prop name matcher.
~At the same time I cleaned up the
customValidators
documentation that appears to have been copy/paste error at implementation. I believe this would close 3664, which asks to document this non-existent option.~