I like to pull the props I need into scope with destructuring ``` const { propA, propB } = this.props; ``` This plugin doesn't catch those and warn about not having propTypes.