eslint-plugin-vuetify icon indicating copy to clipboard operation
eslint-plugin-vuetify copied to clipboard

An eslint plugin for Vuetify

Results 22 eslint-plugin-vuetify issues
Sort by recently updated
recently updated
newest added

## Components - `VTabsItems` -> `VWindow` - `VTabItem` -> `VWindowItem` - `VTabsSlider` removed - only `sliderColor` allowed ## Props - color: `primary darken-1` -> `primary-darken-1` - `light` -> `theme="light"` -...

enhancement
help wanted

- Menu/dialog non-scoped activator slot - camelCase slots on calendars

enhancement

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

bug

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/

enhancement

`v-list`, for example, can --fix `dense` to `density="compact"` but that does not appear to happen with `v-select`

help wanted

With `createVuetify` it's possible to specify aliases for virtual components. Is it possible to configure this plugin to use aliases as well?

enhancement

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' ``` ![image](https://github.com/vuetifyjs/eslint-plugin-vuetify/assets/16056052/e2c8aece-40e0-4983-b8f7-baea8ea81416) # referer The 'item-color' is now...

bug

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...

enhancement