eslint-plugin-vuetify
eslint-plugin-vuetify copied to clipboard
It can be used on pug templates !
Thanks to eslint-plugin-vue-pug, this plugin works for pug templates. I tested eslint configuration:
"extends": [
"plugin:vue/vue3-recommended",
"plugin:vue-pug/vue3-recommended",
"plugin:vuetify/base"
]
so the doc should be updated accordingly