Skip to content

Commit

Permalink
ci: disable require default props
Browse files Browse the repository at this point in the history
related #113
  • Loading branch information
saihaj authored and Harjot1Singh committed Sep 24, 2020
1 parent bcc42f8 commit bfd9ba7
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 bfd9ba7

Please sign in to comment.