Skip to content

Instantly share code, notes, and snippets.

@allysonsilva
Last active December 26, 2017 18:12
Show Gist options
  • Save allysonsilva/756171f28f951bc7f9d7f69a0dc51cc8 to your computer and use it in GitHub Desktop.
Save allysonsilva/756171f28f951bc7f9d7f69a0dc51cc8 to your computer and use it in GitHub Desktop.
[.prettierrc]
{
"printWidth": 120,
"tabWidth": 4,
"useTabs": false,
"semi": false,
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json", "trailingComma": "none" }
},
{
"files": "*.json",
"options": { "trailingComma": "none" }
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment