From f9e07b376b4c62cd39408039adf7f2c3791bc4ad Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Sat, 16 Dec 2023 13:49:24 +0100 Subject: [PATCH] fix eslint rule --- .eslintrc.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 0ad8ae1..7d9b8bf 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -52,7 +52,7 @@ module.exports = { "@typescript-eslint/no-unsafe-return": "off", "@typescript-eslint/no-unsafe-assignment": "off", "@typescript-eslint/no-unsafe-argument": "off", - "typescript-eslint/no-unsafe-call": "off", + "@typescript-eslint/no-unsafe-call": "off", // Useful extra lints that are not on by default: "@typescript-eslint/explicit-module-boundary-types": "warn",