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-global-assign"
|
||||||
- [ ] "no-implicit-coercion"
|
- [ ] "no-implicit-coercion"
|
||||||
- [ ] "no-implicit-globals"
|
- [ ] "no-implicit-globals"
|
||||||
- [ ] "no-implied-eval"
|
- [X] "no-implied-eval"
|
||||||
- [ ] "no-import-assign"
|
- [ ] "no-import-assign"
|
||||||
- [ ] "no-inline-comments"
|
- [ ] "no-inline-comments"
|
||||||
- [ ] "no-inner-declarations"
|
- [ ] "no-inner-declarations"
|
||||||
|
@ -245,6 +245,9 @@
|
|||||||
"no-extra-semi": [
|
"no-extra-semi": [
|
||||||
"error"
|
"error"
|
||||||
],
|
],
|
||||||
|
"no-implied-eval": [
|
||||||
|
"error"
|
||||||
|
],
|
||||||
"no-magic-numbers": [
|
"no-magic-numbers": [
|
||||||
"warn",
|
"warn",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user