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 7a31396 commit 64e2fb1Copy full SHA for 64e2fb1
packages/plugins/eslint-plugin/src/configs/x.ts
@@ -57,7 +57,7 @@ export const rules = {
57
"@eslint-react/no-unstable-context-value": "warn",
58
"@eslint-react/no-unstable-default-props": "warn",
59
"@eslint-react/no-unused-class-component-members": "warn",
60
- "@eslint-react/no-unused-props": "warn",
+ // "@eslint-react/no-unused-props": "warn",
61
"@eslint-react/no-unused-state": "warn",
62
"@eslint-react/no-use-context": "warn",
63
"@eslint-react/no-useless-forward-ref": "warn",
0 commit comments