eslint-plugin-vuetify
This package is for migrating from Vuetify v2 to v3, use eslint-plugin-vuetify@vuetify-2 for v1 to v2.
Support the maintainer of this plugin:
Kael Watts-Deuchar
💿 Install
You should have eslint
and eslint-plugin-vue
set up first.
yarn add eslint-plugin-vuetify -D
npm install eslint-plugin-vuetify --save-dev
module.exports = {
extends: [
'plugin:vue/base',
'plugin:vuetify/base'
]
}
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 plugin:vuetify/base
preset.
Grid system
These rules are designed to help migrate to the new grid system in Vuetify v2. They are included in the plugin:vuetify/recommended
preset.
💪 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:
📑 License
MIT
Copyright (c) 2016-present Vuetify LLC