0👍
Ok, so i was able to talk to a “vue.js veteran” and he told me that there isn’t a “best practise”. The way he fixes this in his apps is by writing a
/* eslint-disable no-new */
right before the new … part or even disable it globally in the eslint.js
Source:stackexchange.com