From 2771fce1b09816e9b061abb240f55933e2ae76ab Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:46:21 -0500 Subject: [PATCH] Today, I want React to shut up! :| `react/display-name` --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } }