aboutsummaryrefslogtreecommitdiff
path: root/src/rules/typescript
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/typescript')
-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",
{