feat(typescript): Rule "no-inferrable-types"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 00:05:32 +04:00
parent e4814ec7a5
commit 933e1f6356
2 changed files with 4 additions and 1 deletions

View File

@ -46,6 +46,9 @@
"ignoreRestArgs": false
}
],
"@typescript-eslint/no-inferrable-types": [
"off"
],
"@typescript-eslint/no-magic-numbers": [
"warn",
{