aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 00:32:01 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 00:32:01 +0300
commit0fb0f570970acc836cb8db6aedb491d418a4ae19 (patch)
tree2c19da3d1e768cadebbb9c3b13295285ee70a227 /ROADMAP.md
parent3f21bbb9363671b9f202107568d9cc2dfa325b58 (diff)
downloadeslint-config-0fb0f570970acc836cb8db6aedb491d418a4ae19.tar.xz
eslint-config-0fb0f570970acc836cb8db6aedb491d418a4ae19.zip
feat(eslint): Rule "no-extra-bind"
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 d221817..cbdf554 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -114,7 +114,7 @@
- [X] "no-eval"
- [ ] "no-ex-assign"
- [X] "no-extend-native"
-- [ ] "no-extra-bind"
+- [X] "no-extra-bind"
- [ ] "no-extra-boolean-cast"
- [ ] "no-extra-label"
- [ ] "no-extra-parens"