Closed
Description
Tell us about your environment
- ESLint Version: 4.4.1
- eslint-plugin-vue Version: 3.11.0
- Node Version: 8.3.0
Question
For now rule vue/html-end-tags
works only for non void html tags as described in doc:
https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/html-end-tags.md#todo-brbr
TODO: <br></br>
parse5 does not recognize the illegal end tags of void elements.
We are not longer use parse5
but issue is stil present with new parser.