lint: remove rule react/destructuring-assignment

This commit is contained in:
George Lima 2018-12-05 13:04:27 -03:00
parent e1a06d5d03
commit 3315554e50
1 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@
"ignoreTrailingComments": true
}
],
"consistent-return": 0
"consistent-return": 0,
"react/destructuring-assignment": 0
}
}