aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 20:00:55 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 20:00:55 +0300
commit0419c2558d380cd13f6d0c1f3944b8474b4cf87c (patch)
tree0af8551cc4acedc66ce9a787873ea27bf3beeb44 /ROADMAP.md
parentb00af86b1bf8e8ca929108916913f807734263e2 (diff)
downloadeslint-config-0419c2558d380cd13f6d0c1f3944b8474b4cf87c.tar.xz
eslint-config-0419c2558d380cd13f6d0c1f3944b8474b4cf87c.zip
feat(eslint): no-trailing-spaces
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 92654a7..2c12875 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -192,7 +192,7 @@
- [X] "no-ternary"
- [ ] "no-this-before-super"
- [ ] "no-throw-literal"
-- [ ] "no-trailing-spaces"
+- [X] "no-trailing-spaces"
- [ ] "no-undef"
- [X] "no-undef-init"
- [X] "no-undefined"