Skip to content

Instantly share code, notes, and snippets.

@Leoooob
Created August 22, 2022 13:21
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 Leoooob/9eff0a07b21c877cb23777ef65939b88 to your computer and use it in GitHub Desktop.
Save Leoooob/9eff0a07b21c877cb23777ef65939b88 to your computer and use it in GitHub Desktop.
A template Prettier config
{
"printWidth": 150,
"trailingComma": "none",
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"jsxBracketSameLine": true,
"arrowParens": "avoid"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment