aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-19 13:52:25 +0300
committerValentin Popov <info@valentineus.link>2020-02-19 13:52:25 +0300
commit0b14a227166706f94e409f242983427e8cf95b16 (patch)
tree6c61931be86316dfb9266a21daacaf4f03635091 /ROADMAP.md
parentb9cabcb54be92aec1dfc24cc23208fed584eb8cb (diff)
downloadeslint-config-0b14a227166706f94e409f242983427e8cf95b16.tar.xz
eslint-config-0b14a227166706f94e409f242983427e8cf95b16.zip
feat(typescript): explicit-member-accessibility
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 592974c..2d23211 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -395,7 +395,7 @@
- [ ] "consistent-type-definitions"
- [ ] "default-param-last"
- [X] "explicit-function-return-type"
-- [ ] "explicit-member-accessibility"
+- [X] "explicit-member-accessibility"
- [ ] "explicit-module-boundary-types"
- [ ] "func-call-spacing"
- [ ] "generic-type-naming"