Skip to content

Commit

Permalink
Allow children to be passed as props in React.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbaykara committed Jan 7, 2025
1 parent 897253a commit d9c4d94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nextjs/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"extends": ["next/core-web-vitals", "prettier"],
"rules": { "react/no-unescaped-entities": 0 },
"rules": {
"react/no-unescaped-entities": 0,
"react/no-children-prop": 0
},
"ignorePatterns": ["src/generated"]
}

0 comments on commit d9c4d94

Please sign in to comment.