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"