Answers for "prettier not working with tsx"

1

prettier not working with tsx

Add this to your "settings.json" file:

"[typescriptreact]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
},
Posted by: Guest on May-02-2021

Code answers related to "prettier not working with tsx"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language