diff --git a/src/configs/react.ts b/src/configs/react.ts index c78da47..f3d68ec 100644 --- a/src/configs/react.ts +++ b/src/configs/react.ts @@ -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': [