From 4a5af3ad9664859a8d22ac3408bdbc46c4c7ec5e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 00:10:20 +0400 Subject: feat(typescript): Rule "no-untyped-public-signature" Signed-off-by: Valentin Popov --- src/rules/typescript/default.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/rules') diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json index 55a5216..26bd453 100644 --- a/src/rules/typescript/default.json +++ b/src/rules/typescript/default.json @@ -67,6 +67,14 @@ "allowDefinitionFiles": true } ], + "@typescript-eslint/no-untyped-public-signature": [ + "error", + { + "ignoredMethods": [ + "constructor" + ] + } + ], "@typescript-eslint/quotes": [ "error", "double", -- cgit v1.2.3