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-regexp"
|
||||||
- [ ] "no-invalid-this"
|
- [ ] "no-invalid-this"
|
||||||
- [ ] "no-irregular-whitespace"
|
- [ ] "no-irregular-whitespace"
|
||||||
- [ ] "no-iterator"
|
- [X] "no-iterator"
|
||||||
- [ ] "no-label-var"
|
- [ ] "no-label-var"
|
||||||
- [ ] "no-labels"
|
- [ ] "no-labels"
|
||||||
- [ ] "no-lone-blocks"
|
- [ ] "no-lone-blocks"
|
||||||
|
@ -248,6 +248,9 @@
|
|||||||
"no-implied-eval": [
|
"no-implied-eval": [
|
||||||
"error"
|
"error"
|
||||||
],
|
],
|
||||||
|
"no-iterator": [
|
||||||
|
"error"
|
||||||
|
],
|
||||||
"no-magic-numbers": [
|
"no-magic-numbers": [
|
||||||
"warn",
|
"warn",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user