aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 22:44:27 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 22:44:27 +0300
commit91b3361884b78b5024bf7b4815009aab8e80fb89 (patch)
treeca2bd67a5752a33a2ed7684a47860814999c298e /ROADMAP.md
parent5b981c978875f8dd9f4be091631f38783d973eff (diff)
downloadeslint-config-91b3361884b78b5024bf7b4815009aab8e80fb89.tar.xz
eslint-config-91b3361884b78b5024bf7b4815009aab8e80fb89.zip
feat(eslint): Rule "no-nested-ternary"
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 011ef65..a484a05 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -150,7 +150,7 @@
- [X] "no-native-reassign"
- [ ] "no-negated-condition"
- [X] "no-negated-in-lhs"
-- [ ] "no-nested-ternary"
+- [X] "no-nested-ternary"
- [ ] "no-new"
- [ ] "no-new-func"
- [ ] "no-new-object"