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 3e695a9..94a3ef0 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -134,7 +134,7 @@
- [ ] "no-irregular-whitespace"
- [X] "no-iterator"
- [ ] "no-label-var"
-- [ ] "no-labels"
+- [X] "no-labels"
- [ ] "no-lone-blocks"
- [ ] "no-lonely-if"
- [ ] "no-loop-func"
diff --git a/src/rules/default.json b/src/rules/default.json
index 73490d2..e50530f 100644
--- a/src/rules/default.json
+++ b/src/rules/default.json
@@ -251,6 +251,9 @@
"no-iterator": [
"error"
],
+ "no-labels": [
+ "error"
+ ],
"no-magic-numbers": [
"warn",
{