vuetifyjs / eslint-plugin-vuetify

An eslint plugin for Vuetify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It can be used on pug templates !

qnp opened this issue · comments

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