feat(typescript): Rule "no-implied-eval"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 12:07:39 +04:00
parent e5631d6bbb
commit 407a013100
2 changed files with 7 additions and 1 deletions

View File

@ -49,6 +49,9 @@
"ignoreRestArgs": false
}
],
"@typescript-eslint/no-implied-eval": [
"error"
],
"@typescript-eslint/no-inferrable-types": [
"off"
],
@ -154,6 +157,9 @@
"indent": [
"off"
],
"no-implied-eval": [
"off"
],
"no-magic-numbers": [
"off"
],