diff options
author | Valentin Popov <info@valentineus.link> | 2020-04-01 13:51:51 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-04-01 13:51:51 +0300 |
commit | fd0218c01eee01ce937c505df11d860504258ffc (patch) | |
tree | 90d5bdd1c195aa37a0d620c857130eae7d714e10 /ROADMAP.md | |
parent | a3a2934e43d09e81635e2cf7495f8488f7841f44 (diff) | |
download | eslint-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |