feat(eslint): Rule "no-iterator"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 01:34:37 +04:00
parent e5250261a7
commit 3a8aa43fb9
2 changed files with 4 additions and 1 deletions

View File

@ -248,6 +248,9 @@
"no-implied-eval": [
"error"
],
"no-iterator": [
"error"
],
"no-magic-numbers": [
"warn",
{