aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 13:51:40 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 13:51:40 +0300
commit3f826d2ecbc02339d9f128d8f5c867c07354ecb4 (patch)
tree8334c697b2a3d34aff8333fb215ad0117499b82f /ROADMAP.md
parent19d9a1e74cd42d5857ac22a1c93aff6789343dad (diff)
downloadeslint-config-3f826d2ecbc02339d9f128d8f5c867c07354ecb4.tar.xz
eslint-config-3f826d2ecbc02339d9f128d8f5c867c07354ecb4.zip
feat(eslint): Rule "no-negated-in-lhs"
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 8ad90cf..79584f5 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -149,7 +149,7 @@
- [ ] "no-multiple-empty-lines"
- [X] "no-native-reassign"
- [ ] "no-negated-condition"
-- [ ] "no-negated-in-lhs"
+- [X] "no-negated-in-lhs"
- [ ] "no-nested-ternary"
- [ ] "no-new"
- [ ] "no-new-func"