[lint] Change prettier to prefer parens in arrow functions

This commit is contained in:
ivk 2022-12-27 15:17:36 +01:00 committed by Willow
parent 11b65e76bc
commit 6e4fac2c71

View file

@ -1,7 +1,7 @@
{
semi: false,
useTabs: true,
arrowParens: "avoid",
arrowParens: "always",
embeddedLanguageFormatting: "auto",
trailingComma: "all",
}