vuejs / eslint-plugin-vue

Official ESLint plugin for Vue.js
https://eslint.vuejs.org/
MIT License
4.47k stars 667 forks source link

feat(no-empty-component-block): support auto fix #2595

Closed waynzh closed 1 week ago

waynzh commented 2 weeks ago

resolve #2564 Add support for automatically deleting empty blocks.

Chose this approach is because I couldn't find a better way to handle reporting & fixing each emptyBlock within a for loop, as removing the first block will affect the range of the second block😵‍💫. UPDATE: Due to lack of whitespaces in test cases.