Skip to content

Instantly share code, notes, and snippets.

@markmur
Created April 15, 2019 12:23
Show Gist options
  • Save markmur/6c5d3d506fc0dd2011cd62ce626244b5 to your computer and use it in GitHub Desktop.
Save markmur/6c5d3d506fc0dd2011cd62ce626244b5 to your computer and use it in GitHub Desktop.
Set prettier as default linter in vscode (CMD + Shift + P - "Preferences: Open Settings (JSON)")
{
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
@markmur
Copy link
Author

markmur commented Apr 15, 2019

CMD + Shift + P - "Preferences: Open Settings (JSON)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment