Skip to content

Instantly share code, notes, and snippets.

@davidmwhynot
Created April 16, 2021 20:52
Show Gist options
  • Save davidmwhynot/f87ac04ab37cbee6ccce213c80ad9be9 to your computer and use it in GitHub Desktop.
Save davidmwhynot/f87ac04ab37cbee6ccce213c80ad9be9 to your computer and use it in GitHub Desktop.
prettier rc
{
"useTabs": true,
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"arrowParens": "avoid",
"jsxSingleQuote": false,
"trailingComma": "none",
"jsxBracketSameLine": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment