Skip to content

Instantly share code, notes, and snippets.

@MikeIbberson
Created September 16, 2019 13:02
Show Gist options
  • Save MikeIbberson/94369d752589251d2355abf271119c46 to your computer and use it in GitHub Desktop.
Save MikeIbberson/94369d752589251d2355abf271119c46 to your computer and use it in GitHub Desktop.
Prettier config
{
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always",
"printWidth": 60,
"proseWrap": "always",
"quoteProps": "preserve"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment