Skip to content

Instantly share code, notes, and snippets.

@jefflau
Created April 3, 2018 05:21
Show Gist options
  • Save jefflau/20ba024396a6c1543eb244869d7ae8d7 to your computer and use it in GitHub Desktop.
Save jefflau/20ba024396a6c1543eb244869d7ae8d7 to your computer and use it in GitHub Desktop.
Prettier config
"prettier": {
"semi": false,
"editor.formatOnSave": true,
"singleQuote": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment