diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-19 13:46:41 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-19 13:46:41 +0300 |
commit | b9cabcb54be92aec1dfc24cc23208fed584eb8cb (patch) | |
tree | 2d89c0a0a8e6fbafd487e86b1d7cb847c2f38308 /ROADMAP.md | |
parent | 18c9632298a68dbb68430e8fb02bcc4cb3f6f644 (diff) | |
download | eslint-config-b9cabcb54be92aec1dfc24cc23208fed584eb8cb.tar.xz eslint-config-b9cabcb54be92aec1dfc24cc23208fed584eb8cb.zip |
feat(typescript): explicit-function-return-type
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r-- | ROADMAP.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -394,7 +394,7 @@ - [ ] "consistent-type-assertions" - [ ] "consistent-type-definitions" - [ ] "default-param-last" -- [ ] "explicit-function-return-type" +- [X] "explicit-function-return-type" - [ ] "explicit-member-accessibility" - [ ] "explicit-module-boundary-types" - [ ] "func-call-spacing" |