Skip to content

Commit 8041075

Browse files
committed
Fix jsx-curly-brace-presence schema defaults
1 parent 9cec705 commit 8041075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rules/jsx-curly-brace-presence.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ module.exports = {
4545
{
4646
type: 'object',
4747
properties: {
48-
props: {enum: OPTION_VALUES, default: DEFAULT_CONFIG.props},
49-
children: {enum: OPTION_VALUES, default: DEFAULT_CONFIG.children}
48+
props: {enum: OPTION_VALUES},
49+
children: {enum: OPTION_VALUES}
5050
},
5151
additionalProperties: false
5252
},

0 commit comments

Comments
 (0)