diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 23:21:09 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 23:21:09 +0300 |
commit | 8618ceaeeb7c1736d34db140acf576675be4786c (patch) | |
tree | 80b0c191676e9b795359805f68f1cf33febff998 /ROADMAP.md | |
parent | beb1b6ae5522ff25b6a35c447836fa0925c97e6b (diff) | |
download | eslint-config-8618ceaeeb7c1736d34db140acf576675be4786c.tar.xz eslint-config-8618ceaeeb7c1736d34db140acf576675be4786c.zip |
feat(typescript): Rule "typedef"
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
@@ -410,6 +410,6 @@ - [ ] "switch-exhaustiveness-check" - [ ] "triple-slash-reference" - [X] "type-annotation-spacing" -- [ ] "typedef" +- [X] "typedef" - [ ] "unbound-method" - [ ] "unified-signatures" |