Skip to content

Instantly share code, notes, and snippets.

@akhal3d96
Created February 2, 2021 13:23
Show Gist options
  • Save akhal3d96/8c2dd1a849b7573198380789bd832043 to your computer and use it in GitHub Desktop.
Save akhal3d96/8c2dd1a849b7573198380789bd832043 to your computer and use it in GitHub Desktop.
My prettier configuration
{
"singleQuote": true,
"semi": false,
"trailingComma": "none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment