aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 21:59:28 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 21:59:28 +0300
commitd1751228f2f845d59255ae17a78573f91fa6cd6e (patch)
tree96ee5bf4218753fbb986244994570736b3376625 /ROADMAP.md
parentd7fea402cf940e27be3f01ceeef1c8135ac43fb7 (diff)
downloadeslint-config-d1751228f2f845d59255ae17a78573f91fa6cd6e.tar.xz
eslint-config-d1751228f2f845d59255ae17a78573f91fa6cd6e.zip
feat(eslint): Rule "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 85ca8ef..3688d7e 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -18,7 +18,7 @@
- [ ] "capitalized-comments"
- [ ] "class-methods-use-this"
- [X] "comma-dangle"
-- [ ] "comma-spacing"
+- [X] "comma-spacing"
- [ ] "comma-style"
- [ ] "complexity"
- [ ] "computed-property-spacing"