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-function"
|
||||||
- [ ] "no-empty-pattern"
|
- [ ] "no-empty-pattern"
|
||||||
- [ ] "no-eq-null"
|
- [ ] "no-eq-null"
|
||||||
- [ ] "no-eval"
|
- [X] "no-eval"
|
||||||
- [ ] "no-ex-assign"
|
- [ ] "no-ex-assign"
|
||||||
- [ ] "no-extend-native"
|
- [ ] "no-extend-native"
|
||||||
- [ ] "no-extra-bind"
|
- [ ] "no-extra-bind"
|
||||||
|
@ -69,6 +69,12 @@
|
|||||||
"no-debugger": [
|
"no-debugger": [
|
||||||
"error"
|
"error"
|
||||||
],
|
],
|
||||||
|
"no-eval": [
|
||||||
|
"error",
|
||||||
|
{
|
||||||
|
"allowIndirect": false
|
||||||
|
}
|
||||||
|
],
|
||||||
"no-multi-spaces": [
|
"no-multi-spaces": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user