implements proposed max-props rule by kevsommer · Pull Request #2430 · vuejs/eslint-plugin-vue (original) (raw)

This is a WIP PR that addresses issue #2429.

It implements the rule for both, the Composition and Options API.

However, I haven't been able to get the case for defineProps with type-only declaration to work.