eslint-plugin-vuetify (WIP)
An eslint plugin for Vuetify.
Built for https://github.com/vuetifyjs/vuetify/pull/7327, requires vuetify >=2.0.0-beta.9
Support the maintainer of this plugin:
Kael Watts-Deuchar
💿 Install
yarn add eslint-plugin-vuetify -D
npm install eslint-plugin-vuetify --save-dev
module.exports = {
plugins: [
'vuetify'
],
rules: {
'vuetify/no-deprecated-classes': 'error'
}
}
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.
🚀 Usage
Add the grid-unknown-attributes and no-legacy-grid rules and the plugin will automatically update your templates.
'vuetify/grid-unknown-attributes': 'error',
'vuetify/no-legacy-grid': 'error',
💪 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