Skip to content

Instantly share code, notes, and snippets.

@serhatyuna
Created August 26, 2020 09:10
Show Gist options
  • Save serhatyuna/45e214a97a1cb695839d72404a98f09b to your computer and use it in GitHub Desktop.
Save serhatyuna/45e214a97a1cb695839d72404a98f09b to your computer and use it in GitHub Desktop.
Prettier Config
{
"semi": false,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment