Skip to content

Instantly share code, notes, and snippets.

@johngrimes
Created May 5, 2018 06:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johngrimes/585b68dedbb027007022e3878b7b9404 to your computer and use it in GitHub Desktop.
Save johngrimes/585b68dedbb027007022e3878b7b9404 to your computer and use it in GitHub Desktop.
My Prettier configuration
{
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"proseWrap": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment