Skip to content

Instantly share code, notes, and snippets.

@coreycoburn
Last active June 5, 2020 15:01
Show Gist options
  • Save coreycoburn/828243a70dd706766fca6cd872b7cb7e to your computer and use it in GitHub Desktop.
Save coreycoburn/828243a70dd706766fca6cd872b7cb7e to your computer and use it in GitHub Desktop.
Prettier config
module.exports = {
trailingComma: 'es5',
tabWidth: 2,
semi: true,
singleQuote: true,
arrowParens: 'avoid',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment