Skip to content

Commit

Permalink
Update ESLint rule for prop-types
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxiasKyklos committed Mar 9, 2018
1 parent e505219 commit 5f20a4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"env": {
"jest": true
},
"rules": {
"react/default-props-match-prop-types": 0
},
"overrides": [
{
"files": "**/*.test.js",
Expand Down

0 comments on commit 5f20a4c

Please sign in to comment.