diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-20 10:51:22 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-20 10:51:22 +0300 |
commit | 3dd60105f677b63e698c60da4be7ad488285cc6a (patch) | |
tree | 57178f05ed4852d9dc3985e9b919ef55a3160e89 /src | |
parent | e3f0415e2b2938852173700d2f218c831d5bd2fd (diff) | |
download | eslint-config-3dd60105f677b63e698c60da4be7ad488285cc6a.tar.xz eslint-config-3dd60105f677b63e698c60da4be7ad488285cc6a.zip |
fix(typescript): no-untyped-public-signature
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-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" |