diff --git a/.eslintrc.json b/.eslintrc.json index e15dbd6..a8aaefa 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,6 +2,7 @@ "extends": ["next/core-web-vitals"], "rules": { "react-hooks/exhaustive-deps": "off", - "react/no-unescaped-entities": "off" + "react/no-unescaped-entities": "off", + "react/display-name": "off" } }