aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-20 10:51:22 +0300
committerValentin Popov <info@valentineus.link>2020-02-20 10:51:22 +0300
commit3dd60105f677b63e698c60da4be7ad488285cc6a (patch)
tree57178f05ed4852d9dc3985e9b919ef55a3160e89
parente3f0415e2b2938852173700d2f218c831d5bd2fd (diff)
downloadeslint-config-3dd60105f677b63e698c60da4be7ad488285cc6a.tar.xz
eslint-config-3dd60105f677b63e698c60da4be7ad488285cc6a.zip
fix(typescript): no-untyped-public-signature
Signed-off-by: Valentin Popov <info@valentineus.link>
-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"