diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 00:48:36 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 00:48:36 +0300 |
commit | dce1b1ae89e9a59ab437df750bd5f3997c53f750 (patch) | |
tree | d7dcdec2061b233eccea39ce94188224262938d3 /ROADMAP.md | |
parent | b8aef365abdd63501d65cc025115a3af71fbe303 (diff) | |
download | eslint-config-dce1b1ae89e9a59ab437df750bd5f3997c53f750.tar.xz eslint-config-dce1b1ae89e9a59ab437df750bd5f3997c53f750.zip |
feat(eslint): Rule "no-self-compare"
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
@@ -179,7 +179,7 @@ - [X] "no-return-await" - [X] "no-script-url" - [ ] "no-self-assign" -- [ ] "no-self-compare" +- [X] "no-self-compare" - [ ] "no-sequences" - [ ] "no-setter-return" - [ ] "no-shadow" |