From 1fb3d08759f4825ddb3c0aa91536d691b13aa0df Mon Sep 17 00:00:00 2001 From: Stanislav Makarov Date: Thu, 18 Apr 2024 04:16:19 +0300 Subject: [PATCH] style: turn `@typescript-eslint/no-unsafe-argument` rule on --- eslint.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 64edf1c..25a0258 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -75,7 +75,6 @@ export default ts.config( // turn on this rules later '@typescript-eslint/await-thenable': 'off', '@typescript-eslint/no-floating-promises': 'off', - '@typescript-eslint/no-unsafe-argument': 'off', }, },