vuetifyjs / eslint-plugin-vuetify

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

Error finding rule definition for no-deprecated-imports #95

Closed taylorwebber closed 5 months ago

taylorwebber commented 5 months ago

I'm seeing an error pop up when utilizing version 2.3.0. It appears that the rule for vuetify/no-deprecated-imports is failing to find it's definition.

image

I've double checked my configuration and it seems like everything else vuetify rule wise is working as expected. Let me know if you need additional information.

KaelWD commented 5 months ago

Are you still getting this? Have you deleted node_modules and restarted vscode?

taylorwebber commented 5 months ago

@KaelWD Looks like that did the trick 👍