diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 13:51:40 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 13:51:40 +0300 |
commit | 3f826d2ecbc02339d9f128d8f5c867c07354ecb4 (patch) | |
tree | 8334c697b2a3d34aff8333fb215ad0117499b82f /ROADMAP.md | |
parent | 19d9a1e74cd42d5857ac22a1c93aff6789343dad (diff) | |
download | eslint-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |