Skip to content

Instantly share code, notes, and snippets.

@stanosmith
Created December 14, 2018 15:03
Show Gist options
  • Save stanosmith/e766607188d0e9e7d383c100aaf807dc to your computer and use it in GitHub Desktop.
Save stanosmith/e766607188d0e9e7d383c100aaf807dc to your computer and use it in GitHub Desktop.
Default Prettier config
{
"singleQuote": true,
"trailingComma": "all",
"overrides": [
{
"files": ["*.scss"],
"options": { "singleQuote": false }
},
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment