[eslint config] [patch] Remove duplicate componentDidCatch

See https://github.com/airbnb/javascript/pull/2043#discussion_r331208075

I left the one before `cWU`, as in [defaults](https://github.com/airbnb/javascript/pull/2043#discussion_r331208075)
This commit is contained in:
Filipp Riabchun
2019-10-03 21:31:32 +02:00
committed by Jordan Harband
parent dee4f172e7
commit ab72ab9e90

View File

@@ -277,8 +277,7 @@ module.exports = {
'getSnapshotBeforeUpdate',
'componentDidUpdate',
'componentDidCatch',
'componentWillUnmount',
'componentDidCatch'
'componentWillUnmount'
],
rendering: [
'/^render.+$/',