diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-18 00:02:06 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-18 00:02:06 +0300 |
commit | 14cecabc106a9cf8e4f34ecb114fd26edd4c92f6 (patch) | |
tree | f7a33bc2fd6fbc626ef1998d035248640e644989 /src/rules/typescript/default.json | |
parent | 10507bf4d5bd94fe14949fe34c91d73aa4e43a6a (diff) | |
download | eslint-config-14cecabc106a9cf8e4f34ecb114fd26edd4c92f6.tar.xz eslint-config-14cecabc106a9cf8e4f34ecb114fd26edd4c92f6.zip |
Fixed rules
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src/rules/typescript/default.json')
-rw-r--r-- | src/rules/typescript/default.json | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json index fa868f6..f65f761 100644 --- a/src/rules/typescript/default.json +++ b/src/rules/typescript/default.json @@ -138,14 +138,6 @@ "@typescript-eslint/no-unsafe-return": [ "error" ], - "@typescript-eslint/no-untyped-public-signature": [ - "warn", - { - "ignoredMethods": [ - "constructor" - ] - } - ], "@typescript-eslint/no-unused-vars": [ "error", { |