aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ROADMAP.md2
-rw-r--r--src/rules/default.json3
2 files changed, 4 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index cd883eb..3e695a9 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -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"
diff --git a/src/rules/default.json b/src/rules/default.json
index a0527c9..73490d2 100644
--- a/src/rules/default.json
+++ b/src/rules/default.json
@@ -248,6 +248,9 @@
"no-implied-eval": [
"error"
],
+ "no-iterator": [
+ "error"
+ ],
"no-magic-numbers": [
"warn",
{