aretherecookies-mobile/.prettierrc
2017-12-24 11:46:28 -06:00

15 lines
No EOL
251 B
Text

{
"lineWidth": 100,
"parser": "flow",
"singleQuote": true,
"useTabs": true,
"semi": true,
"trailingComma": "es5",
"jsxBracketSameLine": true,
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
]
}