This repository was archived by the owner on Feb 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ module.exports = {
23
23
"react/boolean-prop-naming" : "off" , // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/boolean-prop-naming.md
24
24
"react/button-has-type" : "error" , // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/button-has-type.md
25
25
"react/default-props-match-prop-types" : "error" , // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/default-props-match-prop-types.md
26
- "react/destructuring-assignment" : [ "error" , "always" ] , // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/destructuring-assignment.md
26
+ "react/destructuring-assignment" : "off" , // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/destructuring-assignment.md
27
27
"react/display-name" : "error" , // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/display-name.md
28
28
"react/forbid-component-props" : "off" , // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/forbid-component-props.md
29
29
"react/forbid-dom-props" : "off" , // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/forbid-dom-props.md
You can’t perform that action at this time.
0 commit comments