Skip to content

Commit

Permalink
Set react/prop-types to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Dec 11, 2020
1 parent 88a397a commit 84eb82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ module.exports = {
}
],
"react/no-children-prop": 0,
"react/prop-types": 2,
"react/prop-types": 1,
"no-undef": 2,
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/explicit-function-return-type": 0,
Expand Down

0 comments on commit 84eb82d

Please sign in to comment.