Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save broisnischal/f1582660ef9fe6a2cdbd34c0a14e8085 to your computer and use it in GitHub Desktop.
Save broisnischal/f1582660ef9fe6a2cdbd34c0a14e8085 to your computer and use it in GitHub Desktop.
.prettierrc
{
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 4,
"semi": true,
"printWidth": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment