feat(eslint): Rule "no-iterator"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
e5250261a7
commit
3a8aa43fb9
@ -132,7 +132,7 @@
|
||||
- [ ] "no-invalid-regexp"
|
||||
- [ ] "no-invalid-this"
|
||||
- [ ] "no-irregular-whitespace"
|
||||
- [ ] "no-iterator"
|
||||
- [X] "no-iterator"
|
||||
- [ ] "no-label-var"
|
||||
- [ ] "no-labels"
|
||||
- [ ] "no-lone-blocks"
|
||||
|
@ -248,6 +248,9 @@
|
||||
"no-implied-eval": [
|
||||
"error"
|
||||
],
|
||||
"no-iterator": [
|
||||
"error"
|
||||
],
|
||||
"no-magic-numbers": [
|
||||
"warn",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user