Skip to content

Instantly share code, notes, and snippets.

@osde8info
Created January 12, 2020 08:11
Show Gist options
  • Save osde8info/f5291506e6aae8dd675e7f4c50b085e4 to your computer and use it in GitHub Desktop.
Save osde8info/f5291506e6aae8dd675e7f4c50b085e4 to your computer and use it in GitHub Desktop.
prettierrc (my favorite settings)
{
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
],
"quoteProps": "consistent",
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment