Skip to content

Commit

Permalink
fix: remove disabled react/destructuring rule (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
DHedgecock committed Sep 6, 2018
1 parent 99b7a7b commit cc3be7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ module.exports = {
'prefer-destructuring': 'warn',

'react/default-props-match-prop-types': 'warn',
'react/destructuring-assignment': 'warn',
'react/forbid-prop-types': 'warn',
'react/jsx-boolean-value': 'warn',
'react/no-multi-comp': 'warn',
Expand Down

0 comments on commit cc3be7f

Please sign in to comment.