Skip to content

Commit 7891387

Browse files
committed
add a second sentence to the description
1 parent 3ee1ae9 commit 7891387

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/plugins/eslint-plugin-react-x/src/rules/no-unused-props.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ react-x/no-unused-props
1818

1919
Warns about unused component prop declarations.
2020

21+
Unused props increase maintenance overhead and may mislead consumers of the component into thinking the prop is required or meaningful, even when it has no effect.
22+
2123
## Examples
2224

2325
### Failing

0 commit comments

Comments
 (0)