We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77bd33 commit 4886512Copy full SHA for 4886512
src/configs/react.ts
@@ -17,6 +17,7 @@ export const react = {
17
],
18
rules: {
19
'@croct/jsx-attribute-spacing': 'error',
20
+ 'react/destructuring-assignment': 'off',
21
'react/jsx-wrap-multilines': 'error',
22
'react/display-name': 'off',
23
'react/jsx-sort-props': [
0 commit comments