eslint-plugin-vuetify
eslint-plugin-vuetify copied to clipboard
An eslint plugin for Vuetify
## Components - `VTabsItems` -> `VWindow` - `VTabItem` -> `VWindowItem` - `VTabsSlider` removed - only `sliderColor` allowed ## Props - color: `primary darken-1` -> `primary-darken-1` - `light` -> `theme="light"` -...
- Menu/dialog non-scoped activator slot - camelCase slots on calendars
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. I've double checked my configuration and it...
The border migration regex matches too many classes and is therefor always attempting to migrate our custom defined class `border-right-default` with `border-eight-default`. https://github.com/vuetifyjs/eslint-plugin-vuetify/blob/1b87c8384879fe7c72b7b72dac99bceb8ccdd7ba/src/rules/no-deprecated-classes.js#L16
ESLint v9.0.0 is released ! It would be awesome to have official ESLint 9 support. https://eslint.org/blog/2024/04/eslint-v9.0.0-released/
`v-list`, for example, can --fix `dense` to `density="compact"` but that does not appear to happen with `v-select`
With `createVuetify` it's possible to specify aliases for virtual components. Is it possible to configure this plugin to use aliases as well?
Migration from vuetifyjs v1.5 to v2: https://v2.vuetifyjs.com/en/getting-started/upgrade-guide/#typography fixes #99
# report When I use the v-select's item-color prop, there is an an Incorrect error. ``` 'item-color' has been replaced with 'item-props.color' ```  # referer The 'item-color' is now...
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...