fix(typescript): no-untyped-public-signature

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-20 11:51:22 +04:00
parent e3f0415e2b
commit 3dd60105f6
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -116,7 +116,7 @@
}
],
"@typescript-eslint/no-untyped-public-signature": [
"error",
"warn",
{
"ignoredMethods": [
"constructor"