Skip to content

Commit

Permalink
fix(lint): remove the react/destructuring-assignment rule
Browse files Browse the repository at this point in the history
It's becoming an annoying rule, and has some bugs involving it.

closes #20
  • Loading branch information
GabeDuarteM committed Oct 21, 2018
1 parent 330ef3b commit 4fcff4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/eslintrc.web.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const config = {
'error',
{ allowRequiredDefaults: false },
],
'react/destructuring-assignment': ['error', 'always'],
'react/forbid-prop-types': [
'error',
{
Expand Down

0 comments on commit 4fcff4b

Please sign in to comment.