feat(eslint): Rule "no-eval"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
263c8c736e
commit
020e6eabcc
@ -111,7 +111,7 @@
|
||||
- [ ] "no-empty-function"
|
||||
- [ ] "no-empty-pattern"
|
||||
- [ ] "no-eq-null"
|
||||
- [ ] "no-eval"
|
||||
- [X] "no-eval"
|
||||
- [ ] "no-ex-assign"
|
||||
- [ ] "no-extend-native"
|
||||
- [ ] "no-extra-bind"
|
||||
|
@ -69,6 +69,12 @@
|
||||
"no-debugger": [
|
||||
"error"
|
||||
],
|
||||
"no-eval": [
|
||||
"error",
|
||||
{
|
||||
"allowIndirect": false
|
||||
}
|
||||
],
|
||||
"no-multi-spaces": [
|
||||
"error",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user