Closed
Description
opened on May 12, 2017
I've noticed this a few places, where people are recording propTypes under a static PropTypes
member instead of the correct camelCase static propTypes
. It would be helpful if there were a lint rule that checks for this, as using PropTypes
doesn't fail, it just silently doesn't check.
Activity