vuetifyjs/eslint-plugin-vuetify

False `no-deprecated-props` error on VBtn

abea opened this issue · 1 comments

abea commented

VBtn throws an error for the text prop for vuetify/no-deprecated-props. That prop is listed in the docs and does have the intended effect. The linter will automatically try to change it to variant="text", which is correct for v2 to v3, but doesn't support the new v3 version of the prop (and long-term use of the linter).

Duplicate of #59