diff options
Diffstat (limited to 'src/rules/typescript/default.json')
-rw-r--r-- | src/rules/typescript/default.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" |