fix: no-runtime-template-compiler false positives
This change avoids some of the false positives previously found by
@gitlab/no-runtime-template-compiler
. Specifically, calls to
Vue.mixin
are now ignored.
This is based on https://github.com/vuejs/eslint-plugin-vue/pull/1419,
and required the version bump to eslint-plugin-vue@^7.5.0
.
Edited by Mark Florian