Skip to content

Commit 64e2fb1

Browse files
authored
comment out no-unused-props in x preset
Signed-off-by: REL1CX <[email protected]>
1 parent 7a31396 commit 64e2fb1

File tree

1 file changed

+1
-1
lines changed
  • packages/plugins/eslint-plugin/src/configs

1 file changed

+1
-1
lines changed

packages/plugins/eslint-plugin/src/configs/x.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const rules = {
5757
"@eslint-react/no-unstable-context-value": "warn",
5858
"@eslint-react/no-unstable-default-props": "warn",
5959
"@eslint-react/no-unused-class-component-members": "warn",
60-
"@eslint-react/no-unused-props": "warn",
60+
// "@eslint-react/no-unused-props": "warn",
6161
"@eslint-react/no-unused-state": "warn",
6262
"@eslint-react/no-use-context": "warn",
6363
"@eslint-react/no-useless-forward-ref": "warn",

0 commit comments

Comments
 (0)