vuetifyjs / eslint-plugin-vuetify

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

False `no-deprecated-props` error on VListItem #61

Closed abea closed 1 year ago

abea commented 1 year ago

VListItem throws an error for the ripple prop for vuetify/no-deprecated-props. That prop is listed in the docs and does have the intended effect.

KaelWD commented 1 year ago

VListItem or VProgressLinear?

abea commented 1 year ago

Sorry, I copied the issue description from another one I submitted. It's VListItem. I'll update the description.

KaelWD commented 1 year ago

Added in 3.1.2: https://github.com/vuetifyjs/vuetify/pull/16435