Skip to content

Commit f76a802

Browse files
committed
refactor: minor improvements
1 parent 2200b13 commit f76a802

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plugins/eslint-plugin-react-x/src/rules/no-useless-fragment.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export default createRule<Options, MessageID>({
6868
properties: {
6969
allowExpressions: {
7070
type: "boolean",
71+
description: "Allow fragments with a single expression child",
7172
},
7273
},
7374
}],

0 commit comments

Comments
 (0)