vuetifyjs/eslint-plugin-vuetify sits at 132 stars on GitHub, written primarily in JavaScript. ๐งผ Version upgrade automation eslint plugin
Snapshot summary built from the project's own GitHub metadata โ there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then โ see the READ ME tab for the original README in full.
This plugin supports ESLint 8, 9, and 10. ESLint 10 only supports the flat config format (use configs['flat/base'] or configs['flat/recommended']).
NOTE This plugin does not affect pug templates due to a limitation in vue-eslint-parser. I suggest converting your pug templates to HTML with pug-to-html in order to use this plugin.
Rules
Deprecations
These rules will help you avoid deprecated components, props, and classes. They are included in the base preset.
Prevent the use of components that have been removed from Vuetify (no-deprecated-components)
Prevent the use of props that have been removed from Vuetify (no-deprecated-props)
Prevent the use of events that have been removed from Vuetify (no-deprecated-events)
Prevent the use of classes that have been removed from Vuetify (no-deprecated-classes)
Prevent the use of the old theme class syntax (no-deprecated-colors)
Prevent the use of slots that have been removed from Vuetify (no-deprecated-slots)
Prevent the use of deprecated import paths (no-deprecated-imports)
Disallow deprecated MD1 typography classes, with configurable replacements (no-deprecated-typography)
Additional rule (not included in presets):
Ensure icon buttons have a variant defined (icon-button-variant)
Grid system
These rules are designed to help migrate to the new grid system in Vuetify v3. They are included in the recommended preset.
Warn about unknown attributes not being converted to classes on new grid components (grid-unknown-attributes)
Vuetify 4
These rules help migrate from Vuetify v3 to v4. They are included in the recommended-v4 preset.
Prevent the use of removed grid props (no-legacy-grid-props)
Disallow elevation classes above the MD3 maximum (no-elevation-overflow)
Disallow deprecated props and slots on snackbar components ([no-deprecated-snackbar])
Custom deprecations
User-configurable rules for deprecating components, props, events, and slots - helpful to enforce standardization.
Disallow usage of specified components, with optional replacements (custom-deprecated-components)
Disallow usage of specified component props (custom-deprecated-props)
Disallow usage of specified component events (custom-deprecated-events)
Disallow usage of specified component slots (custom-deprecated-slots)
๐ช Supporting Vuetify
Vuetify is an open source MIT project that has been made possible due to the generous contributions by community backers. If you are interested in supporting this project, please consider:
Becoming a sponsor on Github
(supports Kael)
Becoming a backer on OpenCollective
(supports the Dev team)
Does vuetifyjs/eslint-plugin-vuetify have a project website?
No homepage URL was recorded for vuetifyjs/eslint-plugin-vuetify in TopGit's last sync. The README tab above frequently contains screenshots and demo links, or check the repository description on GitHub.
How many stars does vuetifyjs/eslint-plugin-vuetify have?
vuetifyjs/eslint-plugin-vuetify has 132 GitHub stars โ refresh the page for the live number, or check github.com/vuetifyjs/eslint-plugin-vuetify. TopGit mirrors GitHub's count but does not claim minute-by-minute accuracy.
Is vuetifyjs/eslint-plugin-vuetify open source?
TopGit's metadata for vuetifyjs/eslint-plugin-vuetify does not record a license. Most public repositories on GitHub ARE open source, but the exact terms vary โ verify by opening the LICENSE file directly.
What is vuetifyjs/eslint-plugin-vuetify?
vuetifyjs/eslint-plugin-vuetify (vuetifyjs/eslint-plugin-vuetify) is a JavaScript project on GitHub. From the project's own README: ๐งผ Version upgrade automation eslint plugin
Where do I read more about vuetifyjs/eslint-plugin-vuetify?
This TopGit page is a snapshot โ the READ ME tab shows the project's own README content (links stripped, images preserved). The GitHub repository at github.com/vuetifyjs/eslint-plugin-vuetify is the definitive source.
Read full README in the tab above.
Want a second opinion on eslint-plugin-vuetify?
Ask an AI that can read this page โ one click and you get its take on eslint-plugin-vuetify.