mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 04:34:55 -06:00
prettier printWidth 100
This commit is contained in:
parent
2cdde6cdbf
commit
b71adb1581
1 changed files with 8 additions and 8 deletions
16
.prettierrc
16
.prettierrc
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"lineWidth": 100,
|
||||
"printWidth": 100,
|
||||
"parser": "flow",
|
||||
"singleQuote": true,
|
||||
"useTabs": true,
|
||||
"semi": true,
|
||||
"trailingComma": "es5",
|
||||
"jsxBracketSameLine": true,
|
||||
"overrides": [
|
||||
{
|
||||
"files": ".prettierrc",
|
||||
"options": { "parser": "json" }
|
||||
}
|
||||
]
|
||||
}
|
||||
"overrides": [
|
||||
{
|
||||
"files": ".prettierrc",
|
||||
"options": { "parser": "json" }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue