vuetifyjs / eslint-plugin-vuetify

An eslint plugin for Vuetify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Definition for rule 'vuetify/no-legacy-grid' was not found

azuy212 opened this issue · comments

Hi
I am using this eslint plugin with vuetify 3 and getting the following error:

Definition for rule 'vuetify/no-legacy-grid' was not found

I couldn't find the docs for this rule too.

Is it removed, If yes then what is the alternative for that rule as we need to convert out legacy grid to new grid

commented

It was removed because the v-layout name is used for something else now, could be brought back with a warning now to enable it in v3 projects though.

That makes sense. I am actually upgrading from Vuetify 1.5 to Vuetify 3 that's why I needed that. can you please guide which version of this plugin should be used for this upgrade?

commented

Try @vuetify-2 for v1-v2 then @latest for v2-v3. Some changes from https://v2.vuetifyjs.com/en/getting-started/upgrade-guide/ are also still relevant.