Skip to content

Commit

Permalink
Disable react/destructuring-assignment rule (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgekaran authored May 11, 2022
1 parent a77bd33 commit 4886512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/react.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const react = {
],
rules: {
'@croct/jsx-attribute-spacing': 'error',
'react/destructuring-assignment': 'off',
'react/jsx-wrap-multilines': 'error',
'react/display-name': 'off',
'react/jsx-sort-props': [
Expand Down

0 comments on commit 4886512

Please sign in to comment.