Skip to content

Commit

Permalink
ignore react/display-name eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
joeymalvinni committed Jul 23, 2024
1 parent 756ce5a commit 3ee86d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "next/core-web-vitals"
"extends": "next/core-web-vitals",
"rules": {
"react/display-name": "off"
}
}

0 comments on commit 3ee86d4

Please sign in to comment.