vuetifyjs / eslint-plugin-vuetify

An eslint plugin for Vuetify
Other
120 stars 22 forks source link

Error 'flat' has been removed #63

Closed flaming-cl closed 1 year ago

flaming-cl commented 1 year ago

Version

"eslint-plugin-vuetify": "^2.0.1"

How to reproduce it

I've got this error from a v-text-field component, during Vue 3 migration. That component has a flat props.

However, "flat" is still in use for v-text-field. v-text-field

Expected outcome

When it comes to v-text-field component, having flat props would not let eslint-plugin-vuetify show 'flat' has been removederrors.