mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 16:03:43 +00:00
[lint] Change prettier to prefer parens in arrow functions
This commit is contained in:
parent
11b65e76bc
commit
6e4fac2c71
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
semi: false,
|
semi: false,
|
||||||
useTabs: true,
|
useTabs: true,
|
||||||
arrowParens: "avoid",
|
arrowParens: "always",
|
||||||
embeddedLanguageFormatting: "auto",
|
embeddedLanguageFormatting: "auto",
|
||||||
trailingComma: "all",
|
trailingComma: "all",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue