pub static VUE: LanguageSupportExpand description
Vue language entry.
Reuses the project’s eslint: a .vue file is script plus template, and
eslint with the Vue plugin is the lint setup a Vue project configures.
Without the plugin, eslint reports a parse error on the template - a
finding that is drep’s invocation’s fault rather than the file’s, which
is the price of checking through a config the project may not have
extended to these files.