feat(eslint): Rule "no-implied-eval"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
0fb0f57097
commit
e5250261a7
@ -125,7 +125,7 @@
|
||||
- [ ] "no-global-assign"
|
||||
- [ ] "no-implicit-coercion"
|
||||
- [ ] "no-implicit-globals"
|
||||
- [ ] "no-implied-eval"
|
||||
- [X] "no-implied-eval"
|
||||
- [ ] "no-import-assign"
|
||||
- [ ] "no-inline-comments"
|
||||
- [ ] "no-inner-declarations"
|
||||
|
@ -245,6 +245,9 @@
|
||||
"no-extra-semi": [
|
||||
"error"
|
||||
],
|
||||
"no-implied-eval": [
|
||||
"error"
|
||||
],
|
||||
"no-magic-numbers": [
|
||||
"warn",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user