diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 12:32:30 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 12:32:30 +0300 |
commit | 1776bfbec4017f328937b16a7ea752adbec45bea (patch) | |
tree | 35c0dd789f85f4ed704163025292565788ed6b6b /ROADMAP.md | |
parent | 7f0f6a0d5c429781ed4d70502cc033bedc33abaa (diff) | |
download | eslint-config-1776bfbec4017f328937b16a7ea752adbec45bea.tar.xz eslint-config-1776bfbec4017f328937b16a7ea752adbec45bea.zip |
feat(vue): Rule "html-closing-bracket-spacing"
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
@@ -537,7 +537,7 @@ - [ ] "dot-location" - [ ] "eqeqeq" - [X] "html-closing-bracket-newline" -- [ ] "html-closing-bracket-spacing" +- [X] "html-closing-bracket-spacing" - [ ] "html-end-tags" - [X] "html-indent" - [X] "html-quotes" |