feat(typescript): Rule "no-implied-eval"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
e5631d6bbb
commit
407a013100
@ -362,7 +362,7 @@
|
||||
- [ ] "no-extraneous-class"
|
||||
- [ ] "no-floating-promises"
|
||||
- [ ] "no-for-in-array"
|
||||
- [ ] "no-implied-eval"
|
||||
- [X] "no-implied-eval"
|
||||
- [X] "no-inferrable-types"
|
||||
- [X] "no-magic-numbers"
|
||||
- [ ] "no-misused-new"
|
||||
|
@ -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"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user