eslint-plugin-vuetify icon indicating copy to clipboard operation
eslint-plugin-vuetify copied to clipboard

It can be used on pug templates !

Open qnp opened this issue 2 years ago • 0 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

qnp avatar Feb 02 '23 13:02 qnp