Skip to content

Instantly share code, notes, and snippets.

@willsantos
Last active February 26, 2021 21:31
Show Gist options
  • Save willsantos/3866b341b15dbd4dcf28516bc2dd65af to your computer and use it in GitHub Desktop.
Save willsantos/3866b341b15dbd4dcf28516bc2dd65af to your computer and use it in GitHub Desktop.
Prettie Default React
{
"trailingComma": "all",
"printWidth": 80,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"tabWidth": 2,
"quoteProps": "as-needed"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment