aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 21:29:42 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 21:29:42 +0300
commit1b2f53b28a26d8919a6ffddfa12720c804782436 (patch)
treef44359c9f8d75f2221c571566f43bfb2630dff22 /ROADMAP.md
parent184879f3611953de6e14514bd920542ca16c70b6 (diff)
downloadeslint-config-1b2f53b28a26d8919a6ffddfa12720c804782436.tar.xz
eslint-config-1b2f53b28a26d8919a6ffddfa12720c804782436.zip
feat(typescript): Rule "no-empty-interface"
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 f67a8fd..5223d8f 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -354,7 +354,7 @@
- [ ] "no-dupe-class-members"
- [ ] "no-dynamic-delete"
- [ ] "no-empty-function"
-- [ ] "no-empty-interface"
+- [X] "no-empty-interface"
- [ ] "no-explicit-any"
- [ ] "no-extra-non-null-assertion"
- [ ] "no-extra-parens"