diff options
-rw-r--r-- | .prettierrc.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.prettierrc.json b/.prettierrc.json index 3f90795ab..a8189121a 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -4,5 +4,7 @@ "semi": true, "singleQuote": true, "singleAttributePerLine": false, - "printWidth": 200 + "printWidth": 200, + "jsxBracketSameLine": true, + "arrowParens": "avoid" } |