From 14cecabc106a9cf8e4f34ecb114fd26edd4c92f6 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 18 Jun 2020 01:02:06 +0400 Subject: Fixed rules Signed-off-by: Valentin Popov --- src/rules/typescript/default.json | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/rules/typescript/default.json') diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json index fa868f6..f65f761 100644 --- a/src/rules/typescript/default.json +++ b/src/rules/typescript/default.json @@ -138,14 +138,6 @@ "@typescript-eslint/no-unsafe-return": [ "error" ], - "@typescript-eslint/no-untyped-public-signature": [ - "warn", - { - "ignoredMethods": [ - "constructor" - ] - } - ], "@typescript-eslint/no-unused-vars": [ "error", { -- cgit v1.2.3