From 7a1e88b7e6684df091803bc0b549fa2fe156f9f7 Mon Sep 17 00:00:00 2001 From: Sneh1999 Date: Wed, 6 Dec 2023 11:31:28 -0500 Subject: [PATCH] fix typo --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 65a692e..6c97f44 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -59,6 +59,6 @@ module.exports = { useTabs: false, }, ], - '@typescript-eslint/no-explicit-unknown': 'off', + '@typescript-eslint/no-explicit-any': 'off', }, };