diff --git a/.eslintrc.js b/.eslintrc.js index 6858d74..1228752 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -48,5 +48,6 @@ module.exports = { ], "@typescript-eslint/no-empty-interface": "off", eqeqeq: ["error", "smart"], + "@typescript-eslint/no-unsafe-argument": "off", }, };