mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 07:44:54 -06:00
15 lines
241 B
Text
15 lines
241 B
Text
{
|
|
"printWidth": 100,
|
|
"parser": "flow",
|
|
"singleQuote": true,
|
|
"useTabs": true,
|
|
"semi": true,
|
|
"trailingComma": "es5",
|
|
"jsxBracketSameLine": true,
|
|
"overrides": [
|
|
{
|
|
"files": ".prettierrc",
|
|
"options": { "parser": "json" }
|
|
}
|
|
]
|
|
}
|