From f67395309ed928fef10a5626ee0d0ef1a5cea85b Mon Sep 17 00:00:00 2001 From: Navya Anand <82217000+AmandracOP@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:55:18 +0530 Subject: [PATCH] Update .eslintrc.json --- .eslintrc.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index bffb357..66ad1fd 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,3 +1,8 @@ { - "extends": "next/core-web-vitals" + "extends": "next/core-web-vitals", + "rules": { + "react/no-unescaped-entities": "off", + "react-hooks/exhaustive-deps": "off", + "@next/next/no-img-element": "warn" + } }