aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 21:26:55 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 21:26:55 +0300
commit184879f3611953de6e14514bd920542ca16c70b6 (patch)
treefb7aa3653fbc3f12af1d78ed21536cc73d50e3f5 /ROADMAP.md
parent92c2dc54a9edac7f8d7fe00d274d42b799b33d99 (diff)
downloadeslint-config-184879f3611953de6e14514bd920542ca16c70b6.tar.xz
eslint-config-184879f3611953de6e14514bd920542ca16c70b6.zip
feat(typescript): Rule "interface-name-prefix"
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 9cf6e62..f67a8fd 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -345,7 +345,7 @@
- [ ] "func-call-spacing"
- [ ] "generic-type-naming"
- [X] "indent"
-- [ ] "interface-name-prefix"
+- [X] "interface-name-prefix"
- [ ] "member-delimiter-style"
- [ ] "member-naming"
- [ ] "member-ordering"