aboutsummaryrefslogtreecommitdiff
path: root/src/rules
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 23:05:32 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 23:05:32 +0300
commit933e1f6356267c273704aafb34b07ee9752dc826 (patch)
tree32949f6af454252de0f9b6826e2cc4621827f2d4 /src/rules
parente4814ec7a54eb944bad99650bed770c40a00ddee (diff)
downloadeslint-config-933e1f6356267c273704aafb34b07ee9752dc826.tar.xz
eslint-config-933e1f6356267c273704aafb34b07ee9752dc826.zip
feat(typescript): Rule "no-inferrable-types"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src/rules')
-rw-r--r--src/rules/typescript/default.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json
index 283cdb8..2093e2f 100644
--- a/src/rules/typescript/default.json
+++ b/src/rules/typescript/default.json
@@ -46,6 +46,9 @@
"ignoreRestArgs": false
}
],
+ "@typescript-eslint/no-inferrable-types": [
+ "off"
+ ],
"@typescript-eslint/no-magic-numbers": [
"warn",
{