feat(typescript): Rule "no-implied-eval"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -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"
|
||||
],
|
||||
|
Reference in New Issue
Block a user