mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Change prettier configuration option.
This commit is contained in:
parent
559605c376
commit
299cb359a8
1 changed files with 2 additions and 1 deletions
|
@ -7,5 +7,6 @@
|
||||||
"endOfLine": "lf",
|
"endOfLine": "lf",
|
||||||
"printWidth": 120,
|
"printWidth": 120,
|
||||||
"vueIndentScriptAndStyle": false,
|
"vueIndentScriptAndStyle": false,
|
||||||
"quoteProps": "as-needed"
|
"quoteProps": "as-needed",
|
||||||
|
"arrowParens": "avoid"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue