Skip to content

Instantly share code, notes, and snippets.

@WesleySmits
Created October 10, 2021 09:17
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 WesleySmits/73bc8710c987baee0ebc7321a2ed0a21 to your computer and use it in GitHub Desktop.
Save WesleySmits/73bc8710c987baee0ebc7321a2ed0a21 to your computer and use it in GitHub Desktop.
TS Starter: Basic Prettier config file
{
"trailingComma": "none",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"quoteProps": "consistent",
"printWidth": 100,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment