vuejs / eslint-plugin-vue

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

Implements proposed max-template-depth rule #2525

Closed kevsommer closed 2 months ago

kevsommer commented 3 months ago

This PR addresses issue https://github.com/vuejs/eslint-plugin-vue/issues/2524.

I believe it successfully implements the rule, that the test cases are exhaustive enough.

Hoping for feedback! :)