'vscode: autoformat conflicts with linter

I started a quasar.js v2 (vue3) project today.

I messed up something in my vs code project because, for example, code will not compile becausee of extra semicolons after last item of an object, but if I remove the semicolon, and save, vscode autofix it reintroducing the semicolon.

What should I remove/check/fix ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source