Open
Description
Tell us about your environment
- ESLint version: 5.6.0
- eslint-plugin-vue version: 5.2.2
- Node version: 10.5.0
Please show your full configuration:
{
extends: ['plugin:vue/recommended'],
}
What did you do?
<template>
<div></div>
</template>
<script ></script>
<style ></style>
What did you expect to happen?
vue/no-multi-spaces reports errors.
What actually happened?
No errors.
This bug also affects vue/html-closing-bracket-spacing
.