Skip to content

Commit 718f093

Browse files
committed
Merge branch 'main' into react-dom/no-render
2 parents fbc9051 + 3615541 commit 718f093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugins/eslint-plugin-react-x/src/rules/no-nested-component-definitions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default createRule<[], MessageID>({
3030
meta: {
3131
type: "problem",
3232
docs: {
33-
description: "disallow using unstable nested components",
33+
description: "prevents nesting component definitions inside other components",
3434
[Symbol.for("rule_features")]: RULE_FEATURES,
3535
},
3636
messages: {

0 commit comments

Comments
 (0)