Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TildaDares committed Aug 6, 2022
1 parent bd188c1 commit cae7ca0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rules/forbid-prop-types.js
Expand Up @@ -74,7 +74,6 @@ module.exports = {
)
) || (
node.type === 'MemberExpression'
&& node.object.name === 'PropTypes'
&& (
node.object.name === null
|| node.object.name === reactPackageName
Expand Down

0 comments on commit cae7ca0

Please sign in to comment.