Skip to content

Commit

Permalink
React: fix config error after eslint 6 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
rix1 committed Jul 2, 2019
1 parent 7920793 commit 7afffb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
'react/require-default-props': [
2,
{
forbidDefaultForRequired: 0
forbidDefaultForRequired: false
}
],
// We want to encourage destructuring, but in order to do this incrementally we'll onyl warng about it.
Expand Down

0 comments on commit 7afffb5

Please sign in to comment.