Visual Studio Code Format to Match Linting?

So normally to format my code now, I do alt-shift-f in Visual Studio to just run the code formatting over my current file.

Is there any way to setup the rules to be the same as what our linting expects, so that way instead of running a lint after hitting the shortcut ill know its just correct?

Its not a problem if not because the lint process is so easy, but if this is an option it could be a time saver.

cc @RaananW

Yep! But using the prettier plugin and setting it as your default formatter (for this project or for vs code in general). This way when using the alt-shift-f paradigm (which I use as well) you will get the right formatting.