Skip to content

Commit

Permalink
ci: disable require default props
Browse files Browse the repository at this point in the history
related shabados#113
  • Loading branch information
saihaj committed Sep 18, 2020
1 parent d36acc4 commit 8c46a99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@
{
"ignoreStyleProperties": true
}
]
],
// Prefer passing in ES6 default values to function components (ideal solution resolve #113)
"react/require-default-props": "off"
}
}

0 comments on commit 8c46a99

Please sign in to comment.