From 04b1d5760b272e72d959641bdedd065f66d46b39 Mon Sep 17 00:00:00 2001 From: Ashprit Singh Mehra <137076861+ashprit-x@users.noreply.github.com> Date: Sat, 26 Oct 2024 23:58:42 +0100 Subject: [PATCH] Update .eslintrc.json Updating changes --- .eslintrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index c9fcf13..3f92d73 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,6 +2,8 @@ "extends": ["next/core-web-vitals", "next/typescript"], "rules": { "@next/next/no-img-element": "off", - "@typescript-eslint/no-explicit-any": "off" + "@typescript-eslint/no-explicit-any": "off", + "@typescript-eslint/no-empty-object-type": "off", + "@typescript-eslint/no-unused-vars":"off" } }