From af638faca1794f4493e137749bdd1e58cb1b4742 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Wed, 13 Dec 2023 16:45:18 +0530 Subject: [PATCH] Update .eslintrc.json --- .eslintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index dfb93ff263..43780cfca1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -30,8 +30,8 @@ "plugins": ["react", "@typescript-eslint", "jest"], "rules": { "react/destructuring-assignment": ["off"], - "@typescript-eslint/no-explicit-any": ["off"], - "@typescript-eslint/explicit-module-boundary-types": ["off"], + "@typescript-eslint/no-explicit-any": ["error"], + "@typescript-eslint/explicit-module-boundary-types": ["error"], "react/no-multi-comp": [ "error", {