aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-07-01 08:56:44 -0400
committerbobzel <zzzman@gmail.com>2022-07-01 08:56:44 -0400
commitc82bdb9602cc0050407fdf62d46c92f18eb1b901 (patch)
treedbcbc1d849167ea58caba5946d88d938c55d6807
parent12c7781f45d43fae9907ad89a8c038d19e1be1d4 (diff)
avoid anonymous function parens. put jsx brackets on same line
-rw-r--r--.prettierrc.json4
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"
}