I want to have the option to "Format Document" according to the rules in my .eslintrc file.
I have the ESLint and Vetur extensions.
Currently the project is configured without semicolons. But whenever I use the "Format Document" function it adds a bunch of semicolons, which tells me that it's not following my lint config.
I tried tweaking a bunch of settings of both ESLint and Vetur, but nothing I do seems to make it follow the config. I am lost as to how the whole thing works, what takes precedence, etc...
Relevant ones:
"eslint.format.enable": true,
"vetur.format.defaultFormatter.js": "prettier-eslint",
"vetur.format.enable": true,