aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 00:20:54 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 00:20:54 +0300
commit228ad3183cdbed0b9fde2a1baa589416db530225 (patch)
tree8d36518bb87b475a8583d2bf621b324cb6adfba8 /ROADMAP.md
parent43ccb96a99b1ba335511b2d45eae50c3f0d664ee (diff)
downloadeslint-config-228ad3183cdbed0b9fde2a1baa589416db530225.tar.xz
eslint-config-228ad3183cdbed0b9fde2a1baa589416db530225.zip
feat(eslint): Rule "no-constant-condition"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 1e6ec8a..e78818c 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -92,7 +92,7 @@
- [ ] "no-confusing-arrow"
- [X] "no-console"
- [ ] "no-const-assign"
-- [ ] "no-constant-condition"
+- [X] "no-constant-condition"
- [ ] "no-constructor-return"
- [ ] "no-continue"
- [ ] "no-control-regex"