Skip to content

Instantly share code, notes, and snippets.

@viniciusCamargo
Last active April 24, 2023 22:37
Show Gist options
  • Save viniciusCamargo/ded374e1fe9ac80ef20baf0f2d2c6dc3 to your computer and use it in GitHub Desktop.
Save viniciusCamargo/ded374e1fe9ac80ef20baf0f2d2c6dc3 to your computer and use it in GitHub Desktop.
.prettierrc
{
"bracketSameLine": true,
"quoteProps": "consistent",
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"trailingComma": "none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment