Skip to content

Instantly share code, notes, and snippets.

@amirelemam
Created June 11, 2019 21:45
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 amirelemam/f9a0eacead0f14d8b990ad7ea928afec to your computer and use it in GitHub Desktop.
Save amirelemam/f9a0eacead0f14d8b990ad7ea928afec to your computer and use it in GitHub Desktop.
Prettier config
{
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment