aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-04-01 13:51:51 +0300
committerValentin Popov <info@valentineus.link>2020-04-01 13:51:51 +0300
commitfd0218c01eee01ce937c505df11d860504258ffc (patch)
tree90d5bdd1c195aa37a0d620c857130eae7d714e10 /ROADMAP.md
parenta3a2934e43d09e81635e2cf7495f8488f7841f44 (diff)
downloadeslint-config-fd0218c01eee01ce937c505df11d860504258ffc.tar.xz
eslint-config-fd0218c01eee01ce937c505df11d860504258ffc.zip
feat(vue): no-multi-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 89a27b1..d16e2bb 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -568,7 +568,7 @@
- [ ] "no-duplicate-attributes"
- [ ] "no-empty-pattern"
- [ ] "no-irregular-whitespace"
-- [ ] "no-multi-spaces"
+- [X] "no-multi-spaces"
- [ ] "no-parsing-error"
- [ ] "no-reserved-component-names"
- [ ] "no-reserved-keys"