Skip to content

Instantly share code, notes, and snippets.

@FbN
Created August 7, 2022 08:25
Show Gist options
  • Save FbN/f8f593d920991f12a9efea6447164b3a to your computer and use it in GitHub Desktop.
Save FbN/f8f593d920991f12a9efea6447164b3a to your computer and use it in GitHub Desktop.
.prettierrc.json
{
"trailingComma": "none",
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"quoteProps": "as-needed",
"arrowParens": "avoid",
"parser": "typescript"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment