Prettier Not Working With Tsx

[Solved] Prettier Not Working With Tsx | Typescript - Code Explorer | yomemimo.com
Question : prettier not working with tsx

Answered by : roger-j1na98fvr5zd

Add this to your "settings.json" file:
"[typescriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode"
},

Source : | Last Update : Sun, 09 May 21

Answers related to prettier not working with tsx

Code Explorer Popular Question For Typescript