aretherecookies-mobile/.prettierrc

16 lines
241 B
Text
Raw Normal View History

2017-12-24 11:46:28 -06:00
{
2017-12-25 15:38:26 -06:00
"printWidth": 100,
2017-12-24 11:46:28 -06:00
"parser": "flow",
"singleQuote": true,
"useTabs": true,
"semi": true,
"trailingComma": "es5",
"jsxBracketSameLine": true,
2017-12-25 15:38:26 -06:00
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
]
}