aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 23:13:43 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 23:13:43 +0300
commitbeb1b6ae5522ff25b6a35c447836fa0925c97e6b (patch)
tree6c519e6dabefc8494cda4ac84f9698357c6c5e79 /ROADMAP.md
parent4a5af3ad9664859a8d22ac3408bdbc46c4c7ec5e (diff)
downloadeslint-config-beb1b6ae5522ff25b6a35c447836fa0925c97e6b.tar.xz
eslint-config-beb1b6ae5522ff25b6a35c447836fa0925c97e6b.zip
feat(typescript): Rule "type-annotation-spacing"
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 c43d0f6..c7c39b6 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -409,7 +409,7 @@
- [X] "strict-boolean-expressions"
- [ ] "switch-exhaustiveness-check"
- [ ] "triple-slash-reference"
-- [ ] "type-annotation-spacing"
+- [X] "type-annotation-spacing"
- [ ] "typedef"
- [ ] "unbound-method"
- [ ] "unified-signatures"