Skip to content

Commit

Permalink
Change children to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Jervis committed Nov 15, 2023
1 parent efb504e commit 46246f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const reactRules = {
'react/prop-types': OFF,
'react/jsx-curly-brace-presence': [
ERROR,
{ props: 'never', children: 'never', propElementValues: 'always' },
{ props: 'never', children: 'ignore', propElementValues: 'always' },
],
};

Expand Down

0 comments on commit 46246f1

Please sign in to comment.