diff --git a/.prettierrc.json b/.prettierrc.json index 7cf63d9d..db398c28 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -7,5 +7,6 @@ "endOfLine": "lf", "printWidth": 120, "vueIndentScriptAndStyle": false, - "quoteProps": "as-needed" + "quoteProps": "as-needed", + "arrowParens": "avoid" }