diff --git a/.eslintrc b/.eslintrc index 29bc20bc..d09c1b74 100644 --- a/.eslintrc +++ b/.eslintrc @@ -136,6 +136,8 @@ { "ignoreStyleProperties": true } - ] + ], + // Prefer passing in ES6 default values to function components (ideal solution resolve #113) + "react/require-default-props": "off" } }