Closed
Description
Tell us about your environment
- ESLint Version: 4.12.1
- eslint-plugin-vue Version: 4.0.0-beta.0
Please show your full configuration:
What did you do? Please include the actual source code causing the issue.
See playground.
What did you expect to happen?
Autofix does not change the code.
What actually happened? Please include the actual, raw output from ESLint.
The autofix of vue/html-end-tags
added many </template>
tags.
The rule should do nothing if an eof-in-tag
error exists.