Skip to content

Instantly share code, notes, and snippets.

@rhythm-sharma
Last active July 4, 2021 14:54
Show Gist options
  • Save rhythm-sharma/a2972557ef05644b62fd77ec4d7615e0 to your computer and use it in GitHub Desktop.
Save rhythm-sharma/a2972557ef05644b62fd77ec4d7615e0 to your computer and use it in GitHub Desktop.
Configure prettier
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"printWidth": 120,
"quoteProps": "preserve",
"arrowParens": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment