From 3dd60105f677b63e698c60da4be7ad488285cc6a Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 20 Feb 2020 11:51:22 +0400 Subject: fix(typescript): no-untyped-public-signature Signed-off-by: Valentin Popov --- src/rules/typescript/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json index 9c1081b..43ad740 100644 --- a/src/rules/typescript/default.json +++ b/src/rules/typescript/default.json @@ -116,7 +116,7 @@ } ], "@typescript-eslint/no-untyped-public-signature": [ - "error", + "warn", { "ignoredMethods": [ "constructor" -- cgit v1.2.3