mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 07:53:47 +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,
|
||||
useTabs: true,
|
||||
arrowParens: "avoid",
|
||||
arrowParens: "always",
|
||||
embeddedLanguageFormatting: "auto",
|
||||
trailingComma: "all",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue