Skip to content

Instantly share code, notes, and snippets.

@Hypnotriod
Created March 12, 2025 13:19
Show Gist options
  • Save Hypnotriod/af7ad2d535b342b21f95c377e624030e to your computer and use it in GitHub Desktop.
Save Hypnotriod/af7ad2d535b342b21f95c377e624030e to your computer and use it in GitHub Desktop.
Use Prettier plugin in VS Code
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment