aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-01-08 17:44:05 +0530
committerAkshay Nair <phenax5@gmail.com>2022-01-08 17:45:18 +0530
commite1092bfca260412ab716710d31c24c86d3a818e1 (patch)
tree05ea30f8899fed36f6b644733a644bd71ee30dcc /.prettierrc
parent173b249d9a91d8fee7c3cc18946e8fda188295c2 (diff)
downloadelxr-e1092bfca260412ab716710d31c24c86d3a818e1.tar.gz
elxr-e1092bfca260412ab716710d31c24c86d3a818e1.zip
chore: prettier config change + formatting
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.prettierrc b/.prettierrc
index f491fe1..8a955a2 100644
--- a/.prettierrc
+++ b/.prettierrc
@@ -1,6 +1,7 @@
{
"semi": false,
- "trailingComma": "es5",
+ "trailingComma": "all",
"singleQuote": true,
- "printWidth": 80
+ "printWidth": 80,
+ "arrowParens": "avoid",
}