aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-19 13:43:28 +0300
committerValentin Popov <info@valentineus.link>2020-02-19 13:43:28 +0300
commit18c9632298a68dbb68430e8fb02bcc4cb3f6f644 (patch)
treeb10867162e1ec940f3cc2976c8e21c26ce83bc1e /ROADMAP.md
parentff60ccfbd9c8dbb9a3224e476ebc1f48b85208fc (diff)
downloadeslint-config-18c9632298a68dbb68430e8fb02bcc4cb3f6f644.tar.xz
eslint-config-18c9632298a68dbb68430e8fb02bcc4cb3f6f644.zip
feat(typescript): comma-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 19cd00e..8f44599 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -390,7 +390,7 @@
- [ ] "brace-style"
- [ ] "camelcase"
- [ ] "class-name-casing"
-- [ ] "comma-spacing"
+- [X] "comma-spacing"
- [ ] "consistent-type-assertions"
- [ ] "consistent-type-definitions"
- [ ] "default-param-last"