nest js로 프로젝트를 하고 있는데 어느 순간부터 prettier이 적용이 안되었다.
처음에는 typescript는 prettier가 적용이 안되는 건가라고 생각했었는데 prettier는 typescript를 지원하고 있었다.
스택오버플로우에서 답을 찾았다.
https://stackoverflow.com/questions/52586965/why-prettier-does-not-format-code-in-vscode
가장 상위의 답변부터 차근차근 하다보면 될 것이다.