aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 12:36:04 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 12:36:04 +0300
commit9527acd2afa5a32ba96fd8ae02ebd88277af89e9 (patch)
treec270637717061fad5d31265c8c6dd96ebad78765 /ROADMAP.md
parent1776bfbec4017f328937b16a7ea752adbec45bea (diff)
downloadeslint-config-9527acd2afa5a32ba96fd8ae02ebd88277af89e9.tar.xz
eslint-config-9527acd2afa5a32ba96fd8ae02ebd88277af89e9.zip
feat(vue): Rule "html-self-closing"
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 9e60f6a..5e14e19 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -541,7 +541,7 @@
- [ ] "html-end-tags"
- [X] "html-indent"
- [X] "html-quotes"
-- [ ] "html-self-closing"
+- [X] "html-self-closing"
- [ ] "jsx-uses-vars"
- [ ] "key-spacing"
- [ ] "keyword-spacing"