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