Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable react/prop-types eslint rule
We check Props using Flow types, and we have complete coverage of the components using Flow. The eslint rule can't figure out every combination of Flow types, especially around things like object spread types. This commit disables the rule, to only rely on the Flow types, and not have to worry about false negatives reported by the react/prop-types rule.
- Loading branch information