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