diff options
Diffstat (limited to '.prettierrc')
-rw-r--r-- | .prettierrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc index 5e2863a11f6..ace0e29d59b 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,5 +1,6 @@ { "printWidth": 100, "singleQuote": true, + "arrowParens": "always", "trailingComma": "all" } |