aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rules/typescript/default.json2
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"