Created
April 15, 2019 12:23
-
-
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)")
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CMD + Shift + P
- "Preferences: Open Settings (JSON)"