aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 01:24:29 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 01:24:29 +0300
commitd1085d5b1a84f7534b3df524a7dc43e4a2a61c9b (patch)
treea8a4da31667465df4fcaed69973c92ea8d155009 /ROADMAP.md
parent77985e07d0ba6a8274454c1a1d59a7a521d18177 (diff)
downloadeslint-config-d1085d5b1a84f7534b3df524a7dc43e4a2a61c9b.tar.xz
eslint-config-d1085d5b1a84f7534b3df524a7dc43e4a2a61c9b.zip
feat(eslint): Rule "no-useless-computed-key"
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 be8c3b6..2e278b3 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -210,7 +210,7 @@
- [ ] "no-useless-backreference"
- [ ] "no-useless-call"
- [ ] "no-useless-catch"
-- [ ] "no-useless-computed-key"
+- [X] "no-useless-computed-key"
- [ ] "no-useless-concat"
- [X] "no-useless-constructor"
- [ ] "no-useless-escape"