I need to some how create an ESLint configuration that works for both Vue 2 and Vue 3, to be able to use it across multiple projects (by installing it as an NPM package).
I tried to use vue-demi to detect the Vue version and then switch things out in the .eslintrc file, but it doesn't seem to be working.
Does anyone know of a way to achieve this? Would really appreciate the help!